[Bug 759126] qtdemux: issues with duration query handling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 8 02:28:27 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759126

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #316920|none                        |needs-work
             status|                            |

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 316920:
 --> (https://bugzilla.gnome.org/review?bug=759126&attachment=316920)

::: gst-libs/gst/app/gstappsrc.c
@@ +932,3 @@
+      gst_query_parse_duration (query, &format, NULL);
+      if (format == priv->format) {
+        gst_query_set_duration (query, format, priv->size);

size is always in bytes, there is no API currently to provide a duration in a
different format unfortunately.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list