[Bug 704161] gstavviddec should use upstream fps only if valid

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 14 03:16:00 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704161
  GStreamer | gst-libav | git

--- Comment #3 from Matej Knopp <matej.knopp at gmail.com> 2013-07-14 10:15:54 UTC ---
Okay, so the problem seems to be in gst_video_info_from_caps

it sets 0/1 framerate even when NO FRAMERATE is specifid in caps. So it seems
like there is no way currently to get the actual framerate from decoder,
because
  - if there is upstream framerate it will be preserved
  - if there isn't upstream framerate gst_video_info_from_caps will set it to
0/1 anyway

Now I have a file where parser is unable to provide framerate, but the decoder
is. What would be the proper way of fixing this?

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