diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-04 16:10:40 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-04 16:10:40 +0000 |
commit | a8df7eeb1e6452d36d2caa4e3991128f71974eca (patch) | |
tree | 98169a7a62864267b3e7bc03b284c1fe5882bb51 /ChangeLog | |
parent | 1873540e99f6c7b2bef0ba3db7c317233ee0acdb (diff) | |
download | gst-plugins-bad-a8df7eeb1e6452d36d2caa4e3991128f71974eca.tar.gz gst-plugins-bad-a8df7eeb1e6452d36d2caa4e3991128f71974eca.tar.bz2 gst-plugins-bad-a8df7eeb1e6452d36d2caa4e3991128f71974eca.zip |
gst/realmedia/rmdemux.c: Don't hang on length=0 chunks. Some negotiation fixes. Signal no-more-pads.
Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
(gst_rmdemux_loop), (gst_rmdemux_add_stream),
(gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
Don't hang on length=0 chunks. Some negotiation fixes. Signal
no-more-pads.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event), + (gst_rmdemux_loop), (gst_rmdemux_add_stream), + (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr): + Don't hang on length=0 chunks. Some negotiation fixes. Signal + no-more-pads. + 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |