GNOME Bugzilla – Bug 613013
rtph264pay does not insert config parameters anymore in the stream
Last modified: 2010-03-19 16:14:52 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 :-/
Created attachment 156251 [details] log bad behaviour 0.10.21
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