[Bug 758515] dashdemux : suggestion for setting the framerate info at dashdemux.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 04:10:53 PST 2015


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

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

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

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

::: ext/dash/gstmpdparser.c
@@ +5679,3 @@
+  if (stream->cur_adapt_set && stream->cur_adapt_set->maxFrameRate != NULL) {
+    *fps_num = stream->cur_adapt_set->maxFrameRate->num;
+    *fps_den = stream->cur_adapt_set->maxFrameRate->den;

This would then also disappear when the other patch is updated

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