GNOME Bugzilla – Bug 306770
[PATCH] only do timestamp interpolation for delayed streams
Last modified: 2005-06-09 09:52:33 UTC
This, in combination with a CLAPM(1,100) for framerates in asfdemux, should fix playback of ASF streams.
Created attachment 47379 [details] [review] fix Only use timestamp interpolation and estimation for streams which support delays (CODEC_CAP_DELAY in ffmpeg). Use the given timestamp for any other stream. This is not perfect as soon as we start supporting WMV3-AP, but since nobody uses that yet, this should be fine for now.
Side-note, style got fucked up in gst-ffmpeg's files; we need to run gst-indent over all of it.
Patch: Raising prio. Confirming.
Applied.