[Bug 775487] gstplayer: Move to playbin3 and GstStreams API

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 09:59:06 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=775487

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 348249:
 --> (https://bugzilla.gnome.org/review?bug=775487&attachment=348249)

I was more thinking of something in the GstPlayer config, i.e.
gst_player_set/get_config(). Or is that too tricky because the pipeline is
already created at initialization and deeply entangled with the thread?

::: gst-libs/gst/player/gstplayer.c
@@ +2770,3 @@
+    GstPlayerSignalDispatcher * signal_dispatcher)
+{
+  static GOnce once = G_ONCE_INIT;

You have to share the GOnce with the other one, otherwise you'll call it twice
:)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list