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 665935 - [0.11] [tsdemux] Get basic seeking to work
[0.11] [tsdemux] Get basic seeking to work
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.11.x
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-11 03:22 UTC by Matej Knopp
Modified: 2012-04-30 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Path to get basic seeking functionality working (2.68 KB, patch)
2011-12-11 03:22 UTC, Matej Knopp
none Details | Review
Get basic seeking functionality to work (6.33 KB, patch)
2011-12-11 03:24 UTC, Matej Knopp
none Details | Review
Updated patch against latest git (6.52 KB, patch)
2012-01-14 00:11 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2011-12-11 03:22:23 UTC
Created attachment 203200 [details] [review]
Path to get basic seeking functionality working

Seeking is completely broken in tsdemux. This patch fixes the basic seeking functionality, though it disables auxiliary search (looking for keyframe), because it seems to be acting rather weird (i.e. it finds the keyframe *after* seeking point)
Comment 1 Matej Knopp 2011-12-11 03:24:15 UTC
Created attachment 203201 [details] [review]
Get basic seeking functionality to work

(uploaded wrong previous patch)
Comment 2 Matej Knopp 2012-01-14 00:11:28 UTC
Created attachment 205232 [details] [review]
Updated patch against latest git