Skip to content
  • Nicolas Dufresne's avatar
    jpegparse: Generate timestamp if framerate is known · 5c52f866
    Nicolas Dufresne authored
    This change allow setting timestamp on streams that would otherwise have
    no timestamp. This is useful to make a video from bunch of JPEG files. An
    example of such pipeline would be:
    
    gst-launch-1.0 multifilesrc location=%05d.jpeg caps=image/jpeg,framerate=30/1 \
                   ! jpegparse ! fakesink silent=0 -v
    5c52f866