[gstreamer-bugs] [Bug 625673] If framerate cannot be ascertained them default to 25 fps...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 2 07:13:22 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625673
  GStreamer | gst-plugins-bad | git

--- Comment #12 from Robert Krakora <rob.krakora at messagenetsystems.com> 2010-08-02 14:13:17 UTC ---
In gstffmpegdec.c the following code is present...

  if (!ffmpegdec->context->time_base.den || !ffmpegdec->context->time_base.num)
{
    GST_DEBUG_OBJECT (ffmpegdec, "forcing 25/1 framerate");
    ffmpegdec->context->time_base.num = 1;
    ffmpegdec->context->time_base.den = 25;
  }

...should it not be removed?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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