mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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:
parent
0894bc9159
commit
0e8f1eb7a3
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue