After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736916 - dshowvideosrc: Needs filtercaps with Apple FaceTime HD camera
dshowvideosrc: Needs filtercaps with Apple FaceTime HD camera
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-18 15:47 UTC by Joshua M. Doe
Modified: 2018-11-03 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua M. Doe 2014-09-18 15:47:41 UTC
With the Apple FaceTime HD camera (in a MacBook Pro Retina Mid-2012), this simple pipeline results in an error:

gst-launch-1.0 dshowvideosrc device-name="FaceTime HD Camera (Built-in)" ! videoconvert ! autovideosink

gstdshowvideosrc.cpp:665:gst_dshowvideosrc_set_caps: Can't connect
capture filter with fakesink filter (error=0x80070491)

If I specify one of the supported resolutions using filter caps it works fine:
gst-launch-1.0 dshowvideosrc device-name="FaceTime HD Camera (Built-in)" ! video/x-raw,width=640 ! videoconvert ! autovideosink

I tried every supported resolution specifying it in this manner and it worked fine. I looked around in the caps code for a bit, but didn't find anything obvious.

With another webcam (Creative Live! VF0400) it works fine, no filter caps are needed.
Comment 1 Jérôme Laheurte 2014-09-19 09:12:43 UTC
I'll see if I can reproduce this on my Macbook Air. But installing Windows on it feels so wrong :)
Comment 2 GStreamer system administrator 2018-11-03 13:26:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/174.