mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/realmedia/rmdemux.c: Use debug category, fix EOS handling. filesrc ! rmdemux now works.
Original commit message from CVS: * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init), (gst_rmdemux_init), (gst_rmdemux_handle_sink_event), (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes), (re_dump_pascal_string), (gst_rmdemux_dump__rmf), (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx), (gst_rmdemux_dump_data): Use debug category, fix EOS handling. filesrc ! rmdemux now works.
This commit is contained in:
parent
3f20d7f4b8
commit
625a9e1acc
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
|
||||
(gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
|
||||
(gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
|
||||
(re_dump_pascal_string), (gst_rmdemux_dump__rmf),
|
||||
(gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
|
||||
(gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
|
||||
(gst_rmdemux_dump_data):
|
||||
Use debug category, fix EOS handling. filesrc ! rmdemux now
|
||||
works.
|
||||
|
||||
2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
|
||||
|
|
Loading…
Reference in a new issue