mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
ext/lame/gstlame.c: add debugging category, add error checks like checking return values of setup calls, make sure it...
Original commit message from CVS: * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init), (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state), (plugin_init): add debugging category, add error checks like checking return values of setup calls, make sure it still works after PLAYING=>NULL=>PLAYING, fix encoding of mono streams
This commit is contained in:
parent
a360280c71
commit
322d247d16
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2004-07-26 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
* ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
|
||||||
|
(gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
|
||||||
|
(plugin_init):
|
||||||
|
add debugging category, add error checks like checking return values
|
||||||
|
of setup calls, make sure it still works after
|
||||||
|
PLAYING=>NULL=>PLAYING, fix encoding of mono streams
|
||||||
|
|
||||||
2004-07-26 Wim Taymans <wim@fluendo.com>
|
2004-07-26 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
|
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
|
||||||
|
|
Loading…
Reference in a new issue