[Bug 760787] New: ksvideosrc should map video/x-raw,format=(string)dvsd,... to video/dv
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 18 06:42:35 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760787
Bug ID: 760787
Summary: ksvideosrc should map
video/x-raw,format=(string)dvsd,... to video/dv
Classification: Platform
Product: GStreamer
Version: 1.7.1
OS: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: walter.horsten at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Hi all,
I am trying to display video from a firewire camera (Sony DCR-HC51) using
gst-launch-1.0 on a Windows 10 system.
gst-device-monitor-1.0 displays the following capabilities for my camera:
Device found:
name : Sony DV Camcorder
class : Video/Source
caps : video/x-raw, format=(string)dvsd, width=(int)720,
height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1;
video/x-raw, format=(string)dvsd, width=(int)720,
height=(int)576, framerate=(fraction)25/1,
pixel-aspect-ratio=(fraction)12/11;
video/x-raw, format=(string)dvsd;
But I can't seem to find any element that has a sink that accepts
video/x-raw, format=dvsd as input.
dvsd seems to be a fourcc for DV:
http://www.fourcc.org/dvsd/
ksvideosrc should be changed to map that fourcc to video/dv.
--
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