diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-07-18 10:33:19 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-07-18 10:33:19 +0000 |
commit | f4980268273424a34cb5f3c70ebf9fd123068013 (patch) | |
tree | 522ba1207207298605c97b50150525e971f0452d | |
parent | 05d52536085dd70e13344ac327b6231927e5e8b9 (diff) |
gst/realmedia/rmdemux.c: Send discont event before pushing first buffer.
Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
(gst_rmdemux_change_state), (gst_rmdemux_chain),
(gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
(gst_rmdemux_add_stream):
Send discont event before pushing first buffer.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-07-18 Wim Taymans <wim@fluendo.com> + + * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event), + (gst_rmdemux_change_state), (gst_rmdemux_chain), + (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event), + (gst_rmdemux_add_stream): + Send discont event before pushing first buffer. + 2005-07-17 Philippe Khalaf <burger@speedy.org> * gst/fdsrc/gstfdsrc.c: |