diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-25 20:52:14 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-25 20:52:14 +0000 |
commit | 9e2507ad6acf7f2427d2fd94d37abdf81cd77971 (patch) | |
tree | 3c6e4ad40dbab6d8e083113196ef08e7c16f9730 | |
parent | 1b8c0ec3290e0f781c35c63d9d4fb0453f9580cc (diff) | |
download | gst-plugins-bad-9e2507ad6acf7f2427d2fd94d37abdf81cd77971.tar.gz gst-plugins-bad-9e2507ad6acf7f2427d2fd94d37abdf81cd77971.tar.bz2 gst-plugins-bad-9e2507ad6acf7f2427d2fd94d37abdf81cd77971.zip |
gst/playback/gstplaybin.c: Refcounting fixes for provided audio-/videosinks.
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybin.c: (gst_play_bin_dispose),
(gst_play_bin_set_property), (gen_video_element),
(gen_audio_element):
Refcounting fixes for provided audio-/videosinks.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-11-25 Christophe Fergeau <teuf@gnome.org> + + Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/playback/gstplaybin.c: (gst_play_bin_dispose), + (gst_play_bin_set_property), (gen_video_element), + (gen_audio_element): + Refcounting fixes for provided audio-/videosinks. + 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/playback/gstplaybin.c: (gen_video_element), |