opusenc: add upstream negotiation for multistream ability
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 9 Dec 2011 17:25:41 +0000 (17:25 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 17 Feb 2016 14:58:00 +0000 (14:58 +0000)
This will help elements that cannot deal with multistream,
such as the RTP payloader.

The caps now do not include a "streams" field anymore, but
a "multistream" boolean, since we have no real use for knowing
the exact amount of streams.

https://bugzilla.gnome.org/show_bug.cgi?id=665078

gst/rtp/gstrtpopuspay.c

index 9724e62..cdd7ee0 100644 (file)
@@ -37,7 +37,7 @@ static GstStaticPadTemplate gst_rtp_opus_pay_sink_template =
 GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("audio/x-opus")
+    GST_STATIC_CAPS ("audio/x-opus, multistream = (boolean) FALSE")
     );
 
 static GstStaticPadTemplate gst_rtp_opus_pay_src_template =