gst/playback/gstplaybin.c: Removed 2 obsolete comments
authorChristophe Fergeau <teuf@gnome.org>
Fri, 26 Nov 2004 11:35:47 +0000 (11:35 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Fri, 26 Nov 2004 11:35:47 +0000 (11:35 +0000)
Original commit message from CVS:
2004-11-26  Christophe Fergeau  <teuf@gnome.org>

* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element): Removed 2 obsolete comments

ChangeLog
gst/playback/gstplaybin.c

index 455ce09..fc211b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-26  Christophe Fergeau  <teuf@gnome.org>
+
+       * gst/playback/gstplaybin.c: (gen_video_element),
+       (gen_audio_element): Removed 2 obsolete comments
+
 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
 
        * ext/vorbis/oggvorbisenc.c
index 83fb86d..0e63df6 100644 (file)
@@ -419,7 +419,6 @@ gen_video_element (GstPlayBin * play_bin)
 
   gst_element_set_state (element, GST_STATE_READY);
 
-  /* ref before adding to the cache */
   g_hash_table_insert (play_bin->cache, "vbin", element);
 
 done:
@@ -490,7 +489,6 @@ gen_audio_element (GstPlayBin * play_bin)
 
   gst_element_set_state (element, GST_STATE_READY);
 
-  /* ref before adding to the cache */
   g_hash_table_insert (play_bin->cache, "abin", element);
 
 done: