gstreamer/gst-libs/gst
Sebastian Rasmussen d6dc1b6c46 rtpbasepayload: Let caps event also configure seqnum-offset
Previously the sequence number kept track of by GstRTPBasePayload would
only be set when going from READY to PAUSED state. This meant that a
downstream element that attempted to configure a basepayloader by
setting seqnum-offset e.g. in its sinkpad's caps template would have
trouble configuring the basepayloader. The reason was that the caps
event which arrives with the desired value for seqnum-offset did not
arrive at the basepayloader until caps negotiation took place,
significantly later than the transition from READY to PAUSED.

The result after this patch is that the default value for the
seqnum-offset property, or later set values for this property, will take
effect when going from READY to PAUSED like before. In addition the an
arriving caps event will also affect the basepayloaders configured
sequence number as the event arrives.
2014-02-24 12:10:26 +01:00
..
allocators dmabuf: Fix compilation if no mmap is available 2013-09-19 16:34:38 +02:00
app appsrc: Fix deadlock that may occur when multiple threads access appsrc at once 2013-11-07 18:28:09 +01:00
audio audio: map channels=1,channel-mask=0 to MONO instead of NONE 2014-02-18 10:41:47 +00:00
fft fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
pbutils discoverer: minor docs fix 2014-01-18 15:01:58 +00:00
riff riff: Fix G726 caps creation 2014-01-19 10:34:57 +01:00
rtp rtpbasepayload: Let caps event also configure seqnum-offset 2014-02-24 12:10:26 +01:00
rtsp rtspconnection: Remove read child source when POST is disconnected 2014-02-21 16:21:45 +01:00
sdp sdp: parse encryption key field 2013-12-17 16:32:06 -05:00
tag tagdemux: Forward TIME seeks upstream too, maybe upstream can handle that 2014-02-04 13:56:29 +01:00
video docs: add GstVideoPool to docs 2014-02-23 14:42:12 +00:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00