summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-12-17 15:01:55 +0000
committerAndy Wingo <wingo@pobox.com>2007-12-17 15:01:55 +0000
commit044bde1d12233d1c862c9c27ed46458ceff04d87 (patch)
tree742cee0a24ddcc181d189a7f3913f97c329a82ee /ChangeLog
parentf0df840345f4b790d7cf119bb87f9dc4ca3b3eae (diff)
downloadgst-plugins-bad-044bde1d12233d1c862c9c27ed46458ceff04d87.tar.gz
gst-plugins-bad-044bde1d12233d1c862c9c27ed46458ceff04d87.tar.bz2
gst-plugins-bad-044bde1d12233d1c862c9c27ed46458ceff04d87.zip
gst/switch/gstswitch.c (gst_stream_selector_change_state)
Original commit message from CVS: 2007-12-17 Andy Wingo <wingo@pobox.com> * gst/switch/gstswitch.c (gst_stream_selector_change_state) (gst_stream_selector_block, gst_stream_selector_switch): Use the cond mechanism instead of blocked pads. Patch 8/12.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd14f1e6..f444d683 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-12-17 Andy Wingo <wingo@pobox.com>
+ * gst/switch/gstswitch.c (gst_stream_selector_change_state)
+ (gst_stream_selector_block, gst_stream_selector_switch): Use the
+ cond mechanism instead of blocked pads. Patch 8/12.
+
* gst/switch/gstswitch.h (struct _GstStreamSelector):
* gst/switch/gstswitch.c (gst_stream_selector_wait)