[Webkit-unassigned] [Bug 104792] [GStreamer] Current GStreamer 1.0 build setup can happen without the appropriate plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 03:25:48 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=104792





--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com>  2013-01-09 03:27:42 PST ---
Based on my testing, it seems libpulse-dev is also needed for gst-plugins-good. Without it, the pulseaudio support was not built and the following command would fail on my machine:

GRefPtr<GstElement> audioSink = gst_element_factory_make("autoaudiosink", 0);
GstStateChangeReturn stateChangeReturn = gst_element_set_state(audioSink.get(), GST_STATE_READY); // Could return GST_STATE_CHANGE_FAILURE

BTW, libpulse-dev is not mentioned on the BuildWebKitGTK wiki page.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list