[Bug 760779] qtdemux: fix framerate calculation for fragmented format in push mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 27 05:12:39 PST 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #319749|none                        |reviewed
             status|                            |

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

Otherwise looks good

::: gst/isomp4/qtdemux.c
@@ +5829,3 @@
+            for (n = 0; n < demux->n_streams; n++) {
+              QtDemuxStream *stream = demux->streams[n];
+              got_samples |= stream->stbl_index >= 0 ? TRUE : FALSE;

You can make that "got_samples |= stream->stbl_index >= 0;" btw.

-- 
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