After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 516244 - ffmpeg mux reset buffer timestamp
ffmpeg mux reset buffer timestamp
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-13 13:59 UTC by Renato Araujo Oliveira Filho
Modified: 2008-10-08 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
path to fix the problem with timestamp (1.50 KB, patch)
2008-02-13 14:00 UTC, Renato Araujo Oliveira Filho
rejected Details | Review

Description Renato Araujo Oliveira Filho 2008-02-13 13:59:40 UTC
this patch reset the buffer time stamp when the first buffer time stamp is high  then 0.
Comment 1 Renato Araujo Oliveira Filho 2008-02-13 14:00:26 UTC
Created attachment 105144 [details] [review]
path to fix the problem with timestamp
Comment 2 Sebastian Dröge (slomo) 2008-10-08 11:18:52 UTC
Hi,
this behaviour is intended. Just think about the following example: You want to mux an audio and an video stream. The audio stream starts about 100ms after the video, timestamps of the audio are starting at 100ms, timestamps of video start at 0. Now with your patch you'll have an a/v sync issue in the muxed file.

Why exactly do you need this patch?