GNOME Bugzilla – Bug 766229
appsrc: Add duration property for providing a duration in TIME format
Last modified: 2017-08-12 15:22:51 UTC
See commit message.
Created attachment 327592 [details] [review] appsrc: Add duration property for providing a duration in TIME format
Created attachment 327594 [details] [review] appsrc: Add duration property for providing a duration in TIME format
Attachment 327594 [details] pushed as dc8120f - appsrc: Add duration property for providing a duration in TIME format
Review of attachment 327594 [details] [review]: ::: gst-libs/gst/app/gstappsrc.c @@ +960,3 @@ res = TRUE; + } else if (format == GST_FORMAT_TIME) { + gst_query_set_duration (query, format, priv->duration); Shouldn't we check the duration was set to a valid value here? At least different from GST_CLOCK_TIME_NONE?
See https://bugzilla.gnome.org/show_bug.cgi?id=786200 :)