After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734425 - h264parse outputting framerate=0/1 causes regressions
h264parse outputting framerate=0/1 causes regressions
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.0
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-07 13:20 UTC by Jan Alexander Steffens (heftig)
Modified: 2014-08-11 08:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Alexander Steffens (heftig) 2014-08-07 13:20:17 UTC
Since 1.4, h264parse outputs framerate=0/1 instead of no framerate. 

This causes avdec_h264 to skip guessing the FPS and durations and set no durations. I would prefer the guessing behavior.

This causes videorate to produce bogus output ( https://bugzilla.gnome.org/show_bug.cgi?id=734424 ).
Comment 1 Sebastian Dröge (slomo) 2014-08-11 08:53:06 UTC
I think the behaviour of h264parse is correct here, just that other elements have bugs that they would've shown already with other variable framerate streams before.