mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
gst/playback/gstplaybin.c: Don't assume the user provided sinks are named "sink"...
Original commit message from CVS: * gst/playback/gstplaybin.c: (gst_play_bin_set_property), (gen_video_element), (gen_audio_element), (setup_sinks): Don't assume the user provided sinks are named "sink"...
This commit is contained in:
parent
54c9ff4326
commit
aec1965611
1 changed files with 8 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,9 @@
|
|||
2004-10-08 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/playback/gstplaybin.c: (gst_play_bin_set_property),
|
||||
(gen_video_element), (gen_audio_element), (setup_sinks):
|
||||
Don't assume the user provided sinks are named "sink"...
|
||||
|
||||
2004-10-08 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/playback/gstplaybasebin.c: (gen_preroll_element),
|
||||
|
@ -16,8 +22,8 @@
|
|||
(cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
|
||||
(cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
|
||||
* ext/cdparanoia/gstcdparanoia.h:
|
||||
Added reworked patch from #154903 from milosz derezynski. This
|
||||
adds the cdda://<tracknum> uri.
|
||||
Added reworked patch from #154903 from milosz derezynski (deadchip).
|
||||
This adds the cdda://<tracknum> uri.
|
||||
|
||||
2004-10-08 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue