Compare commits

..

No commits in common. "f7afcbca016eb677eca8f23a89ec98f3d33b5da8" and "0ce58b3ce7501011c76bfd98c4c90234f6e3da77" have entirely different histories.

View file

@ -44,12 +44,6 @@ class Playbin : Object {
} }
construct { construct {
// 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);