summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-25 20:52:14 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-25 20:52:14 +0000
commite6fd506a854ac749a720676afd77471869e9167e (patch)
tree8a5cd4f73d978418f249487b83715327282be3eb
parent861797e0a351e5c92aaf31f9076c68e72750d30f (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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fec7280..52079958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),