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 613013 - rtph264pay does not insert config parameters anymore in the stream
rtph264pay does not insert config parameters anymore in the stream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.21
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-16 08:14 UTC by Marc Leeman
Modified: 2010-03-19 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log good behaviour 0.10.17 (205.00 KB, text/plain)
2010-03-16 08:14 UTC, Marc Leeman
Details
log bad behaviour 0.10.21 (219.75 KB, text/plain)
2010-03-16 08:15 UTC, Marc Leeman
Details

Description Marc Leeman 2010-03-16 08:14:44 UTC
Created attachment 156250 [details]
log good behaviour 0.10.17

version 0.10.17 (patched with functionality for this) was fine; whenever sps/pps was encountered and the config-interval was set; the sps/pps parameters were sent at timeout.

currently, the timeout expires, rtph264pay detects it; but does not insert the sps/pps parameters.

Annoying with streams that only send nal7/8 at the beginning of the stream :-/
Comment 1 Marc Leeman 2010-03-16 08:15:19 UTC
Created attachment 156251 [details]
log bad behaviour 0.10.21
Comment 2 Wim Taymans 2010-03-19 16:14:52 UTC
commit b019a78ab8bbd26ad889d22ede686126e2db9ad4
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Fri Mar 19 17:09:06 2010 +0100

    h264pay: fix config-interval property
    
    Use the same units for comparing the elapsed time against the interval.
    
    Fixes #613013