[Bug 736916] New: dshowvideosrc: Needs filtercaps with Apple FaceTime HD camera

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 18 08:47:48 PDT 2014


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

           Summary: dshowvideosrc: Needs filtercaps with Apple FaceTime HD
                    camera
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: oss at nvl.army.mil
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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.

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