[gstreamer-bugs] [Bug 628349] [v4l2src] Doesn't support capturing mpegts using mmap

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 4 06:06:18 PDT 2010


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|slomo at circular-chaos.org    |gstreamer-bugs at lists.source
                   |                            |forge.net
   Target Milestone|HEAD                        |0.10.26

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2010-09-04 13:06:13 UTC ---
commit e9a30e454a583962ef981fa9846a2c60aca3480e
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Mon Aug 30 19:03:52 2010 +0100

    v4l2src: Use GstBaseSrc::block-size as fallback size

commit 74d7521a7cf759264f3ee02902a81ae77a232de7
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Mon Aug 30 18:36:54 2010 +0100

    v4l2src: Fix using mpegts via the mmap interface

    MPEG doesn't have a static size per frame, so don't pretend it has one
    and fail when capturing because it doesn't match. Instead mark the size
    as unknown and let the read frame grabbing method use a reasonable fallback
    value (assuming that's only for actual streaming formats)

    Fixes bug #628349.

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