[Bug 790242] New: Tutorials all can't show video on macOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 12 12:41:44 UTC 2017


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

            Bug ID: 790242
           Summary: Tutorials all can't show video on macOS
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: documentation
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: philn at igalia.com, ystreet00 at gmail.com
     GNOME version: ---

See https://github.com/sdroege/gstreamer-rs/issues/58 , same applies to the C
tutorials.

The problem is that for osxvideosink and glimagesink we need to run a NSRunLoop
on the main thread on macOS. Our patched GLib version does that when you run a
GMainLoop (upstream GLib doens't!), but the examples are only using
gst_bus_timed_pop_filtered() so that also wouldn't help.

Using a GMainLoop would make the tutorials quite a bit more complicated, more
API would have to be introduced, there would always be callbacks, etc.


Not sure what to do about this!

-- 
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