gstreamer/gst-libs/gst
Mikhail Fludkov 7a206336dd rtpbasedepayload: look at ssrc before sequence numbers
Doing so prevents us dropping buffers in the rare, but possible, situations,
when the stream changes SSRC and new sequence numbers does not differ
much from the last sequence number from previous SSRC. For example:
ssrc - 0xaaaa 101,102,103,104 ssrc - 0xbbbb 102, 103, 104, 105...
In the scenario above we don't want to drop the first 3 packets of
0xbbbb stream.

https://bugzilla.gnome.org/show_bug.cgi?id=764459
2016-04-03 11:49:16 +03:00
..
allocators base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
app base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
audio audio-resampler: disable neon on arm64 2016-03-30 11:16:49 +11:00
fft Drop usage of deprecated g-ir-scanner --strip-prefix flag 2015-12-02 20:19:43 -08:00
pbutils discoverer: copy over result and seekable fields when copying a discoverer info 2016-04-02 10:09:46 +01:00
riff win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
rtp rtpbasedepayload: look at ssrc before sequence numbers 2016-04-03 11:49:16 +03:00
rtsp base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
sdp docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-doc 2016-01-03 17:21:18 +00:00
tag base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
video video: fix example code in gst_video_frame_map() docs 2016-04-02 15:19:44 +01: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 rtp: build audio library before rtp 2016-02-16 17:42:44 +02:00