[gstreamer-bugs] [Bug 578052] gstavidemux: support seeking and duration query in default format

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Apr 5 10:46:23 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=578052

  GStreamer | gst-plugins-good | Ver: git




------- Comment #1 from LRN  2009-04-05 17:46 UTC -------
Created an attachment (id=132140)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=132140&action=view)
Adds duration and seek support for default format.

Now you can do:
GstFormat fmt = GST_FORMAT_DEFAULT;
gint64 len;
gst_element_query_duration (pipeline, &fmt, &len);

and you can call gst_element_seek() with GST_FORMAT_DEFAULT too.

Conversion implementation was in place, but it was used for internal
conversions only (and there are a lot of #if 0).

Now, it's time to test just how accurate it is...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=578052.




More information about the Gstreamer-bugs mailing list