[pitivi: 27/94] manual: specify allowed image formats



commit f2f241fe92ee52f6914b77b0e0fac1a609b4d20c
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sun Aug 28 18:35:22 2011 -0400

    manual: specify allowed image formats
    
    Fixes bug #617105

 help/C/gstreamer.page |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/help/C/gstreamer.page b/help/C/gstreamer.page
index 0e97ebb..7354f97 100644
--- a/help/C/gstreamer.page
+++ b/help/C/gstreamer.page
@@ -55,5 +55,13 @@
       <p></p>
     </section>
 
+    <section>
+        <title>Image file formats</title>
+        <p>While it is not feasible to list every possible combination of supported video or audio formats, it is however possible to list the static image formats that can be imported: JPEG, PNG, JPEG 2000, PNM and SVG.</p>
+        <!-- Note: this is obtained by doing:
+        gst-inspect -a | grep Decoder/Image | cut -d : -f1 | sed -e s/dec$//g
+        -->
+    </section>
+
 
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]