summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-21 10:07:05 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-21 10:07:05 +0000
commit127d233104becbc3924f10f40c92e2ec034b2eac (patch)
treea8dd0ffa32f8c8d5460d1b45469bc35c94dbc70b /ChangeLog
parent321a79d4849d2704fb022d8ffe01f3884a2a5bbb (diff)
gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_stop vmethod for safer shutdown.
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop): Since we depend on 0.10.13 -core, override the unlock_stop vmethod for safer shutdown.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cde0503c..17072657 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-05-21 Wim Taymans <wim@fluendo.com>
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
+ (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
+ Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
+ safer shutdown.
+
+2007-05-21 Wim Taymans <wim@fluendo.com>
+
* gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
* gst/rtsp/gstrtpdec.h:
Added signal for backwards compat.