gstreamer/tests/check
Havard Graff d5e26ab909 gstrtpmux: allow the ssrc-property to decide ssrc on outgoing buffers
By not doing this, the muxer is not effectively a rtpmuxer, rather a
funnel, since it should be a single stream that exists the muxer.

If not specified, take the first ssrc seen on a sinkpad, allowing upstream
to decide ssrc in "passthrough" with only one sinkpad.

Also, let downstream ssrc overrule internal configured one

We hence has the following order for determining the ssrc used by
rtpmux:

0. Suggestion from GstRTPCollision event
1. Downstream caps
2. ssrc-Property
3. (First) upstream caps containing ssrc
4. Randomly generated

https://bugzilla.gnome.org/show_bug.cgi?id=752694
2015-10-02 17:39:06 -04:00
..
elements gstrtpmux: allow the ssrc-property to decide ssrc on outgoing buffers 2015-10-02 17:39:06 -04:00
generic check: Rename states unit test 2015-08-14 11:13:01 +02:00
pipelines check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:27:24 +02:00
.gitignore tests: ignore sub-directory with orc tests 2010-06-17 16:41:56 +01:00
gst-plugins-good.supp suppressions: ignore an apparent bug in strtod 2015-04-15 18:00:00 +01:00
Makefile.am tests: gdkpixbufoverlay: add minimal unit test 2015-09-29 11:15:35 +01:00