[Bug 688043] videodecoder: no timestamps for multifilesrc ! jpegdec ! ...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 11 17:04:43 PST 2012


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

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-12-12 01:04:35 UTC ---
This fixes it:


commit 0b411e1a09f26a53117a8f549c58bea81e0157a3
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Wed Dec 12 00:54:40 2012 +0000

    jpegdec: really treat input as packetised if framerate in caps != 1/1

    Fix logic error - it's enough for one of fps_d or fps_n to be != 1
    for the framerate to be != 1/1 (assuming it's been simplified).

    This puts timestamps on the output of

      multifilesrc caps="image/jpeg,framerate=12/1" ! jpegdec ! ..

    We still need to fix this properly though and add a flag to
    GstVideoInfo to signal that there was no framerate argument in
    the input caps and that fps_n/fps_d represent the default.

    https://bugzilla.gnome.org/show_bug.cgi?id=688043

but exposes another issues (parsing jpeg with preview image causes error about
two SOI markers)

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