mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 08:38:21 +00:00
docs/faq/general.xml: add entry about "does gst support format X?"
Original commit message from CVS: * docs/faq/general.xml: add entry about "does gst support format X?"
This commit is contained in:
parent
3bed253042
commit
8e41905cad
2 changed files with 27 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
|
* docs/faq/general.xml:
|
||||||
|
add entry about "does gst support format X?"
|
||||||
|
|
||||||
2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
* gst/gstthread.c:
|
* gst/gstthread.c:
|
||||||
|
|
|
@ -67,6 +67,28 @@ in our <ulink url="http://gstreamer.net/status/">Status table</ulink>.
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
|
<qandaentry>
|
||||||
|
<question id="general-format">
|
||||||
|
<para>Does GStreamer support the format of my media files?</para>
|
||||||
|
</question>
|
||||||
|
<answer>
|
||||||
|
<para>
|
||||||
|
GStreamer aims to support every format imaginable, but that doesn't mean the
|
||||||
|
developers have managed to achieve that aim yet. If a GStreamer enabled
|
||||||
|
application doesn't play back your files, you can help us solve that problem
|
||||||
|
by <ulink url="htpp://bugzilla.gnome.org">filing an enhancement request
|
||||||
|
bug</ulink> for that format. If you have it, please provide:
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem><para>links to other players, preferrably Open Source and working
|
||||||
|
on Unix</para></listitem>
|
||||||
|
<listitem><para>links to explanations of the format.</para></listitem>
|
||||||
|
<listitem><para>ways to obtain mediafiles in that format to test.
|
||||||
|
</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
</answer>
|
||||||
|
</qandaentry>
|
||||||
|
|
||||||
<qandaentry>
|
<qandaentry>
|
||||||
<question id="general-licensing">
|
<question id="general-licensing">
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue