GNOME Bugzilla – Bug 516524
uninitialized variables
Last modified: 2008-02-18 11:13:28 UTC
the seqbase and timebase variables of a stream are never set to an uninitialized value meaning that in some cases the default (wrong) value of 0 is used. This breaks playback.
Created attachment 105269 [details] [review] patch to initialize the values to -1
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream): Init values to -1 instead of the default 0 value. Fixes #516524.