don't use gconfaudiosink, actually
its fookin gone
This commit is contained in:
parent
83b3a862e3
commit
ca3de608fd
1 changed files with 0 additions and 6 deletions
|
@ -125,12 +125,6 @@ class Playbin : GLib.Object {
|
||||||
public Playbin () {
|
public Playbin () {
|
||||||
this.next_uri.push ("");
|
this.next_uri.push ("");
|
||||||
|
|
||||||
// gstreamer docs: GNOME-based applications, for example, will usually
|
|
||||||
// want to create gconfaudiosink and gconfvideosink elements and make
|
|
||||||
// playbin3 use those, so that output happens to whatever the user has
|
|
||||||
// configured in the GNOME Multimedia System Selector configuration dialog.
|
|
||||||
this.playbin.audio_sink = Gst.ElementFactory.make ("gconfaudiosink", null);
|
|
||||||
|
|
||||||
this.playbin.source_setup.connect (this.source_setup);
|
this.playbin.source_setup.connect (this.source_setup);
|
||||||
this.playbin.about_to_finish.connect (this.about_to_finish);
|
this.playbin.about_to_finish.connect (this.about_to_finish);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue