gst/playback/gstplaybin.c: Removed 2 obsolete comments

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
This commit is contained in:
Christophe Fergeau 2004-11-26 11:35:47 +00:00
parent 0894bc9159
commit 0e8f1eb7a3
2 changed files with 5 additions and 2 deletions

View file

@ -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

View 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: