GNOME Bugzilla – Bug 442553
[v4lsrc] doesn't output segments in GST_FORMAT_TIME
Last modified: 2007-06-05 16:37:25 UTC
v4lsrc outputs segments in GST_FORMAT_BYTES which is wrong.
Created attachment 89097 [details] [review] Make v4lsrc output segments in GST_FORMAT_TIME
Patch by: Edward Hervey <edward@fluendo.com> * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate), (gst_v4lsrc_query): Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.