[Bug 667559] [h264parse] wrong durationg calculation of outgoing buffers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 3 10:18:48 PDT 2013


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

--- Comment #4 from Edward Hervey <bilboed at gmail.com> 2013-07-03 17:18:42 UTC ---
Actually ... there's another way to fix this file issue.

The mpeg-ts file contains these two descriptors for the video stream:
          [descriptor 0x02 (video-stream)]
          [descriptor 0x07 (target-background-grid)]

The first one gives information about framerate and so forth, and ... surprise
surprise ... it states that it's 25/1 fps, meaning we could set that on the
demuxer outgoing pad caps and the problem would be solved.

Note that the other descriptor would also solve the cropping issue.

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