summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-03 14:39:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-03 14:39:09 +0000
commit5ba2fa6e3f7134a49eac116deeb9ac3f1e5f93a4 (patch)
tree5aabc3e2123485ee4bb6de599ed306a640fe43e5 /ChangeLog
parent17011e9a41123f2d042b7a8e6f3037f1bccbde0c (diff)
gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first buffer.
Original commit message from CVS: * gst/multipart/multipartmux.c: (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected), (gst_multipart_mux_change_state): Emit NEWSEGMENT events before pushing the first buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a1de5c0..3997f180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-05-03 Wim Taymans <wim@fluendo.com>
+ * gst/multipart/multipartmux.c:
+ (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
+ (gst_multipart_mux_change_state):
+ Emit NEWSEGMENT events before pushing the first buffer.
+
+2007-05-03 Wim Taymans <wim@fluendo.com>
+
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
(gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
(gst_rtspsrc_handle_src_query),