mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 21:14:44 +00:00
gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is work in progress. Also do a GST_WARNING...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps): * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find), (plugin_init): Add 3GP (variables name Q3GP because they can't start with a number). Add samr audio fourcc (used in .3gp files), decoder is work in progress. Also do a GST_WARNING instead of ERROR in case of unknown nodes, to decrease output.
This commit is contained in:
parent
46f757ead3
commit
d0498f6a2e
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
|
||||
* gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
|
||||
(plugin_init):
|
||||
Add 3GP (variables name Q3GP because they can't start with a
|
||||
number). Add samr audio fourcc (used in .3gp files), decoder
|
||||
is work in progress. Also do a GST_WARNING instead of ERROR
|
||||
in case of unknown nodes, to decrease output.
|
||||
|
||||
2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
Loading…
Reference in a new issue