summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-12-17 15:00:15 +0000
committerAndy Wingo <wingo@pobox.com>2007-12-17 15:00:15 +0000
commitf0df840345f4b790d7cf119bb87f9dc4ca3b3eae (patch)
treede25ce997f8a7209d316df9c8aaf8b7e9051aa15 /ChangeLog
parent632461e211200b2293d987c2d48c77f2db89e046 (diff)
downloadgst-plugins-bad-f0df840345f4b790d7cf119bb87f9dc4ca3b3eae.tar.gz
gst-plugins-bad-f0df840345f4b790d7cf119bb87f9dc4ca3b3eae.tar.bz2
gst-plugins-bad-f0df840345f4b790d7cf119bb87f9dc4ca3b3eae.zip
gst/switch/gstswitch.h (struct _GstStreamSelector): gst/switch/gstswitch.c (gst_stream_selector_wait) (gst_selector_p...
Original commit message from CVS: 2007-12-17 Andy Wingo <wingo@pobox.com> * gst/switch/gstswitch.h (struct _GstStreamSelector): * gst/switch/gstswitch.c (gst_stream_selector_wait) (gst_selector_pad_chain, gst_stream_selector_init) (gst_stream_selector_dispose): Add infrastructure for new blocking mechanism that does not use gst_pad_set_blocked, which does not work on sink pads. Patch 7/12.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 709e32f6..cd14f1e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-12-17 Andy Wingo <wingo@pobox.com>
+ * gst/switch/gstswitch.h (struct _GstStreamSelector):
+
+ * gst/switch/gstswitch.c (gst_stream_selector_wait)
+ (gst_selector_pad_chain, gst_stream_selector_init)
+ (gst_stream_selector_dispose): Add infrastructure for new blocking
+ mechanism that does not use gst_pad_set_blocked, which does not
+ work on sink pads. Patch 7/12.
+
* gst/switch/gstswitch.c (gst_stream_selector_class_init)
(gst_stream_selector_get_property): Add last-stop-time readable
property. Patch 6/12.