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 | e6fd506a854ac749a720676afd77471869e9167e (patch) | |
tree | 8a5cd4f73d978418f249487b83715327282be3eb | |
parent | 861797e0a351e5c92aaf31f9076c68e72750d30f (diff) |
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), |