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 442553 - [v4lsrc] doesn't output segments in GST_FORMAT_TIME
[v4lsrc] doesn't output segments in GST_FORMAT_TIME
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-31 10:34 UTC by Edward Hervey
Modified: 2007-06-05 16:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make v4lsrc output segments in GST_FORMAT_TIME (547 bytes, patch)
2007-05-31 10:36 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2007-05-31 10:34:52 UTC
v4lsrc outputs segments in GST_FORMAT_BYTES which is wrong.
Comment 1 Edward Hervey 2007-05-31 10:36:28 UTC
Created attachment 89097 [details] [review]
Make v4lsrc output segments in GST_FORMAT_TIME
Comment 2 Wim Taymans 2007-06-05 16:37:25 UTC
        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.