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 379433 - [PATCH] avidemux audio pad reports wrong position upon query
[PATCH] avidemux audio pad reports wrong position upon query
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.4
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-26 12:04 UTC by Mark Nauwelaerts
Modified: 2006-11-27 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible patch. (1.20 KB, patch)
2006-11-26 12:08 UTC, Mark Nauwelaerts
none Details | Review

Description Mark Nauwelaerts 2006-11-26 12:04:04 UTC
Timestamps on both video and audio buffers are OK,
but position reported on audio pad does (seriously) not correspond to these timestamps; use e.g. (identity and) progressreport in a pipeline.
Comment 1 Mark Nauwelaerts 2006-11-26 12:08:37 UTC
Created attachment 77162 [details] [review]
Possible patch.

Fix small mix-up between vbr or not in _handle_src_query for audio position.
Comment 2 Wim Taymans 2006-11-27 09:35:34 UTC
I think this fix in CVS fixes the same issue already: http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/gst/avi/gstavidemux.c?r1=1.199&r2=1.200
Comment 3 Mark Nauwelaerts 2006-11-27 19:05:14 UTC
Oops, so it does indeed, small slip in the proper procedures on my part :-(