[Bug 762575] New: Commit [e34fe9f] breaks OS X avfvideosrc - wrong type for AVCaptureDevice.activeVideoMinFrameDuration

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 24 02:51:50 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=762575

            Bug ID: 762575
           Summary: Commit [e34fe9f] breaks OS X avfvideosrc - wrong type
                    for AVCaptureDevice.activeVideoMinFrameDuration
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jhgorse at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

>From the GST_DEBUG log:
0:00:00.520884000 10995    0x10182fa30 WARN            avfvideosrc
avfvideosrc.m:738:__30-[GstAVFVideoSrcImpl setCaps:]_block_invoke: An
unexcepted error occured: The activeVideoMinFrameDuration passed is not
supported by the device.  Use -activeFormat.videoSupportedFrameRateRanges to
discover valid ranges.

The following AVCaptureDevice expects type NSValue:CMTime and is currently
getting NSValue:double
  [device setValue:frame_duration_value forKey:@"activeVideoMinFrameDuration"];

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