diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-06-06 14:19:54 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-06-06 14:19:54 +0000 |
commit | 23692b06a08510828905576f15c86ab7925e516a (patch) | |
tree | ea768e1d42c975059ee6cee853c84794ee85404e /ChangeLog | |
parent | 44d86581a6c47a0ded3b28f7b910b55a8c19497f (diff) | |
download | gst-plugins-bad-23692b06a08510828905576f15c86ab7925e516a.tar.gz gst-plugins-bad-23692b06a08510828905576f15c86ab7925e516a.tar.bz2 gst-plugins-bad-23692b06a08510828905576f15c86ab7925e516a.zip |
examples/app/appsrc-stream.c: Use deep-notify until we can depend on a playbin2 with support for the source property.
Original commit message from CVS:
* examples/app/appsrc-stream.c: (found_source), (main):
Use deep-notify until we can depend on a playbin2 with support for the
source property.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-06-06 Wim Taymans <wim.taymans@collabora.co.uk> + * examples/app/appsrc-stream.c: (found_source), (main): + Use deep-notify until we can depend on a playbin2 with support for the + source property. + +2008-06-06 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init), (gst_rtp_bin_finalize), (gst_rtp_bin_change_state): Fix deadlock when shutting down, use a new lock instead to properly |