[Bug 709174] Add avfvideosrc to the OS X build in applemedia

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 31 17:56:05 CET 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709174
  GStreamer | gst-plugins-bad | git

--- Comment #32 from Matthieu Bouron <matthieu.bouron at collabora.com> 2013-10-31 16:56:00 UTC ---
(In reply to comment #30)
> Review of attachment 258587 [details]:
> 
> ::: sys/applemedia/avfvideosrc.m
> @@ +160,2 @@
>      workerQueue =
> +        dispatch_queue_create ("org.freedesktop.gstreamer.avfvideosrc.output",
> NULL);
> 
> I believe that's not an OS X/iOS specific problem, it's just that in iOS there
> is always a main queue runnign and using gst-launch this queue might not
> exists. I would just create the queue if it doesn't exists (assuming
> dispatch_get_main_queue returns a NULL pointer in this scenario)

For the record, dispatch_get_main_queue always returns the main queue since it
is automatically created.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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