[Bug 709174] Add avfvideosrc to the OS X build in applemedia
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Oct 30 16:42:34 CET 2013
https://bugzilla.gnome.org/show_bug.cgi?id=709174
GStreamer | gst-plugins-bad | git
--- Comment #30 from Andoni Morales <ylatuya at gmail.com> 2013-10-30 15:42:32 UTC ---
Review of attachment 258587:
--> (https://bugzilla.gnome.org/review?bug=709174&attachment=258587)
::: 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)
--
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