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 583985 - [matroskamux] make index size configurable
[matroskamux] make index size configurable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-27 11:55 UTC by Arnout Vandecappelle
Modified: 2010-01-20 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
matroskamux: make index size configurable. (5.87 KB, patch)
2009-05-27 12:02 UTC, Arnout Vandecappelle
none Details | Review

Description Arnout Vandecappelle 2009-05-27 11:55:17 UTC
I'd like to add a property to matroskamux that controls how often an index entry is added to the file.  I need this because writing the index of my 1GB MotionJPEG matroska files takes about 10 seconds, which is too long...

Patch follows.
Comment 1 Arnout Vandecappelle 2009-05-27 12:02:37 UTC
Created attachment 135429 [details] [review]
matroskamux: make index size configurable.

Added the 'index-time' property to matroskamux, which determines how much
time (nanoseconds) is left between keyframes stored in the index.

If someone has a better idea for the property name, I'm open to it.
Comment 2 Stefan Windfeldt 2010-01-20 15:26:37 UTC
I am quite interested in being able to do this aswell. Is there any reason no one has looked at this yet?
Comment 3 Thiago Sousa Santos 2010-01-20 17:45:24 UTC
Modified some things from the original patch and pushed.

The property is named min-index-interval for more clarity.

Module: gst-plugins-good
Branch: master
Commit: ca41ddda75486efdaabf7a2a8830bdfa68ca2957
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=ca41ddda75486efdaabf7a2a8830bdfa68ca2957

Author: Arnout Vandecappelle <arnout@mind.be>
Date:   Wed May 27 13:51:44 2009 +0200

matroskamux: make index size configurable.

Added the 'min-index-interval' property to matroskamux,
which determines how much time (nanoseconds) is left
between keyframes stored in the index.

Fixes #583985.
Comment 4 Thiago Sousa Santos 2010-01-20 17:46:05 UTC
Comment on attachment 135429 [details] [review]
matroskamux: make index size configurable.

Committed, but with some small modifications. Marking as obsolete.