diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-21 10:07:05 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-05-21 10:07:05 +0000 |
commit | 127d233104becbc3924f10f40c92e2ec034b2eac (patch) | |
tree | a8dd0ffa32f8c8d5460d1b45469bc35c94dbc70b /ChangeLog | |
parent | 321a79d4849d2704fb022d8ffe01f3884a2a5bbb (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |