gstreamer/gst/jpegformat
Youness Alaoui f1ec8fcb05 jpegparse: Do not set the duration to the input buffer's duration unless valid
This causes a bug where the first buffer has ts = 0, dur=X, the second buffer
has ts=X (because of ts += duration), dur=-1, then the following buffers
will start having a non valid timestamp.
The real duration is only calculated during the caps negociation when there
is a framerate available and the buffer's duration is invalid.
2012-04-18 15:41:57 -04:00
..
gstjifmux.c update for memory api changes 2012-03-15 13:37:36 +01:00
gstjifmux.h jifmux: Set output pad caps 2010-09-05 09:15:55 -03:00
gstjpegformat.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00
gstjpegformat.h jpegformat: add a basic jifmuxer 2010-02-03 15:13:30 +02:00
gstjpegparse.c jpegparse: Do not set the duration to the input buffer's duration unless valid 2012-04-18 15:41:57 -04:00
gstjpegparse.h jpegformat: code cleanups 2010-02-01 17:15:38 +02:00
Makefile.am gst: Update versioning 2012-04-04 14:44:34 +02:00