<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">ohh gosh my bad, user error.<div class=""><br class=""></div><div class="">So originally I had a 'producer' pipeline:</div><div class=""><div class="">nvarguscamerasrc sensor-id=<DCL_SENSOR_ID> sensor-mode=0 gainrange="1 16" ispdigitalgainrange="1 1"</div><div class="">    ! video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)20/1</div><div class="">    ! nvvidconv ! textoverlay name=text_overlay ! video/x-raw,format=I420</div><div class="">    ! nvvidconv ! nvv4l2h264enc bitrate=8000000 control-rate=1 insert-sps-pps=true ! rtph264pay mtu=1400 ! udpsink auto-multicast=true clients=<clinets></div></div><div class=""><br class=""></div><div class="">Which multicasted the RTP stream to clients and on the client side the WebRTC pipeline looked like this:</div><div class=""><div class="">udpsrc multicast-group=<source> auto-multicast=true port=<port> </div><div class="">    ! application/x-rtp,media=video,encoding-name=H264,payload=96</div><div class="">    ! webrtcbin name=webrtc_sink stun-server='<a href="stun://10.51.255.237:3478" class="">stun://10.51.255.237:3478</a>' latency=0</div></div><div class=""><br class=""></div><div class="">But for testing purposes I tried to simplify the testcase and move the two parts into one pipeline, but somehow I did not applied the changes so the client still got the stream from the network.. My bad. Sorry for the confusion!</div><div class=""><br class=""></div><div class="">After adding the clock-rate=90000 property on the client side:</div><div class=""><div class="">udpsrc multicast-group=<source> auto-multicast=true port=<port> </div><div class="">    ! application/x-rtp,media=video,encoding-name=H264,payload=96,<b class="">clock-rate=90000 </b></div><div class="">    ! webrtcbin name=webrtc_sink stun-server='<a href="stun://10.51.255.237:3478" class="">stun://10.51.255.237:3478</a>' latency=0</div></div><div class=""><br class=""></div><div class="">The SDP looks much better:</div><div class="">v=0<br class="">o=- 8174947542390535236 0 IN IP4 0.0.0.0<br class="">s=-<br class="">t=0 0<br class="">a=ice-options:trickle<br class="">a=msid-semantic:WMS webrtc_sink<br class="">m=video 9 UDP/TLS/RTP/SAVPF 96<br class="">c=IN IP4 0.0.0.0<br class="">a=setup:actpass<br class="">a=ice-ufrag:9I6XsU/+eajaGQOZBYqjgcJp5/PiMRc9<br class="">a=ice-pwd:CJJO5TCzJSivnaaLU2b/ohif4OXj+fBj<br class="">a=sendrecv<br class="">a=rtcp-mux<br class="">a=rtcp-rsize<br class="">a=rtpmap:96 H264/90000<br class="">a=rtcp-fb:96 nack pli<br class="">a=mid:video0<br class="">a=fingerprint:sha-256 F9:13:FF:68:E4:83:59:A0:49:A3:5D:E1:BA:CD:15:0E:DE:95:14:0D:F5:F0:88:7A:63:28:D7:CD:0A:7E:C4:CD</div><div class=""><br class=""></div><div class="">But chrome still cannot play WebRTC video on the frontend side, when I compare the two SDPs (the one from the merged into one pipeline and the one when the RTP stream is coming from the UDP sink)</div><div class="">a=framerate:20<br class="">a=fmtp:96 packetization-mode=1;profile-level-id=424015;sprop-parameter-sets=Z0JAKJWgHgCJ+VA=,aM48gA==<br class="">a=ssrc:1897942919 msid:user2169902196@host-6f4d07ad webrtctransceiver0<br class="">a=ssrc:1897942919 cname:user2169902196@host-6f4d07ad<br class=""></div><div class=""><br class=""></div><div class="">So tried to add them to the properties:</div><div class="">udpsrc multicast-group=< <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">source</span> > auto-multicast=true port=<<span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">port</span>><br class="">        ! application/x-rtp,media=video,encoding-name=H264,payload=96,clock-rate=90000,framerate=20,packetization-mode=1,profile-level-id=424015,sprop-parameter-sets="Z0JAKJWgHgCJ+VA\=\,aM48gA\=\="<br class="">        ! webrtcbin name=webrtc_sink stun-server='<a href="stun://10.51.255.237:3478" class="">stun://10.51.255.237:3478</a>' latency=0</div><div class=""><br class=""></div><div class="">But only the '<span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">sprop-parameter-</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">sets</span>' property finds its way to the SDP, so the final (still not working) SDP:</div><div class="">v=0<br class="">o=- 8318672537835092582 0 IN IP4 0.0.0.0<br class="">s=-<br class="">t=0 0<br class="">a=ice-options:trickle<br class="">a=msid-semantic:WMS webrtc_sink<br class="">m=video 9 UDP/TLS/RTP/SAVPF 96<br class="">c=IN IP4 0.0.0.0<br class="">a=setup:actpass<br class="">a=ice-ufrag:wb9zs9ZzaiIUHHDrZSoJk7zqM7IEKUpD<br class="">a=ice-pwd:6OaD73grf0TKP5l05/UZ2BUbNx33+SDU<br class="">a=sendrecv<br class="">a=rtcp-mux<br class="">a=rtcp-rsize<br class="">a=rtpmap:96 H264/90000<br class="">a=rtcp-fb:96 nack pli<br class="">a=fmtp:96 sprop-parameter-sets=Z0JAKJWgHgCJ+VA=,aM48gA==<br class="">a=mid:video0<br class="">a=fingerprint:sha-256 71:00:FF:12:E9:E8:F0:9F:54:0B:5C:B7:52:9E:41:4C:79:A5:8A:A9:07:49:C8:BF:CC:4C:4D:5A:86:4A:06:FE</div><div class=""><br class=""></div><div class="">How can I add the missing parameters to the SDP? Also Im not sure if I do any good by just inserting them (for me <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">sprop-parameter-</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">sets looks like a random thing</span>) so Im not sure it <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">profile-level-id and </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">sprop-parameter-</span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">sets is a static thing or should be a variable.</span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">Thank you for the help!</span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">Bests,</span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">Peter</span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">Just for the reference the working SDP:</span></div><div class=""><font color="#000000" class=""><span style="caret-color: rgb(0, 0, 0);" class="">v=0<br class="">o=- 7463942138372302405 0 IN IP4 0.0.0.0<br class="">s=-<br class="">t=0 0<br class="">a=ice-options:trickle<br class="">a=msid-semantic:WMS webrtc_sink<br class="">m=video 9 UDP/TLS/RTP/SAVPF 96<br class="">c=IN IP4 0.0.0.0<br class="">a=setup:actpass<br class="">a=ice-ufrag:9oG0AHRZpwiykWEsKz1YRInr6Vbu+SYJ<br class="">a=ice-pwd:QQYgqeYA2ckB2jCcCXKdmrcSS7Sb4z+O<br class="">a=sendrecv<br class="">a=rtcp-mux<br class="">a=rtcp-rsize<br class="">a=rtpmap:96 H264/90000<br class="">a=rtcp-fb:96 nack pli<br class="">a=framerate:20<br class="">a=fmtp:96 packetization-mode=1;profile-level-id=424015;sprop-parameter-sets=Z0JAKJWgHgCJ+VA=,aM48gA==<br class="">a=ssrc:1897942919 msid:user2169902196@host-6f4d07ad webrtctransceiver0<br class="">a=ssrc:1897942919 cname:user2169902196@host-6f4d07ad<br class="">a=mid:video0<br class="">a=fingerprint:sha-256 72:5D:78:02:41:8B:FA:07:77:DB:EB:23:05:E9:3C:BF:D3:59:0C:01:75:24:9C:51:AE:33:9E:27:A3:98:B5:19<br class=""></span></font><br class=""></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2021. Apr 9., at 20:13, Olivier Crête <<a href="mailto:olivier.crete@collabora.com" class="">olivier.crete@collabora.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">Oh right, you're using webrtcbin.. Erm, you can enable the webrtcbin debug category and it should print the caps that it gets.</div><div class=""><br class=""></div><div class="">Olivier</div><div class=""><br class=""></div><div class="">On Fri, 2021-04-09 at 20:02 +0200, Peter Biro wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">Im not sure if if can run it from terminal (I dont know how to do the signalling that way) but I can setup debug logging if it that ok?</div><div class=""><br class=""></div><div class="">I dont set any codec preferences on the webrtc.</div><div class=""><br class=""></div><div class="">Strange thing this is only appears if I use H264, I just tried to run the very same pipeline with VP8 codec the SDP looks alright (but unfortunately I have to use H264 so this wont be a workaround for my use case):</div><div class=""><br class=""></div><div class=""><div class="">v=0</div><div class="">o=- 711117265011778833 0 IN IP4 0.0.0.0</div><div class="">s=-</div><div class="">t=0 0</div><div class="">a=ice-options:trickle</div><div class="">a=msid-semantic:WMS webrtc_sink</div><div class="">m=video 9 UDP/TLS/RTP/SAVPF 96</div><div class="">c=IN IP4 0.0.0.0</div><div class="">a=setup:actpass</div><div class="">a=ice-ufrag:Qfsq+80LvU2YdnPZzVjuA4/UrODXoKrN</div><div class="">a=ice-pwd:HWOOU8kI1droNmky2tjnGekC1NquWNmH</div><div class="">a=sendrecv</div><div class="">a=rtcp-mux</div><div class="">a=rtcp-rsize</div><div class="">a=rtpmap:96 VP8/90000</div><div class="">a=rtcp-fb:96 nack pli</div><div class="">a=ssrc:2035319666 msid:user1666440897@host-b40b4b48 webrtctransceiver0</div><div class="">a=ssrc:2035319666 cname:user1666440897@host-b40b4b48</div><div class="">a=mid:video0</div><div class="">a=fingerprint:sha-256 C2:C3:5D:14:8F:06:44:8A:0E:A8:76:4B:D8:46:5D:BF:31:73:F1:CB:32:F7:8B:F8:F5:D1:D9:58:1D:3C:5D:05</div></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Peter</div><div class=""><div class=""><br class=""><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex" class=""><div class="">On 2021. Apr 9., at 19:52, Olivier Crête <<a href="mailto:olivier.crete@collabora.com" class="">olivier.crete@collabora.com</a>> wrote:</div><div class=""><br class="Apple-interchange-newline"></div><div class=""><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Hi,</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">On Fri, 2021-04-09 at 19:22 +0200, Peter Biro wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex" class=""><div class="">Hi all,<br class=""></div><div class=""><br class=""></div><div class="">I found a pretty strange issue webrtcbin generates the following initial SDP offer with a negative clock rate:<br class=""></div><div class=""><br class=""></div><div class="">v=0<br class=""></div><div class="">o=- 5716970113760455593 0 IN IP4 0.0.0.0<br class=""></div><div class="">s=-<br class=""></div><div class="">t=0 0<br class=""></div><div class="">a=ice-options:trickle<br class=""></div><div class="">a=msid-semantic:WMS webrtc_sink<br class=""></div><div class="">m=video 9 UDP/TLS/RTP/SAVPF 96<br class=""></div><div class="">c=IN IP4 0.0.0.0<br class=""></div><div class="">a=setup:actpass<br class=""></div><div class="">a=ice-ufrag:0ybqQZNeS9CznnGxJxW/BpKyapc+CXsL<br class=""></div><div class="">a=ice-pwd:ffvVDjwSJ7/+AAdh3MjUMMhz91xwZZGI<br class=""></div><div class="">a=sendrecv<br class=""></div><div class="">a=rtcp-mux<br class=""></div><div class="">a=rtcp-rsize<br class=""></div><div class="">a=rtpmap:96 H264/-1784864736<br class=""></div><div class="">a=rtcp-fb:96 nack pli<br class=""></div><div class="">a=mid:video0<br class=""></div><div class="">a=fingerprint:sha-256 9B:11:48:BE:41:FF:CA:FE:62:B1:98:07:7B:E6:80:2A:56:9A:56:DC:A2:60:81:27:DE:EC:F5:76:C1:C4:39:51<br class=""></div><div class=""><br class=""></div><div class="">Actually it is more like a random number it changes in every session setup. However as I see it should be set to 9000.<br class=""></div><div class=""><br class=""></div><div class="">My pipleine is pretty simple:<br class=""></div><div class=""><br class=""></div><div class="">nvarguscamerasrc sensor-id=0 sensor-mode=0 gainrange="1 16" ispdigitalgainrange="1 1"<br class=""></div><div class="">    ! video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1<br class=""></div><div class="">    ! nvvidconv ! nvv4l2h264enc bitrate=8000000 control-rate=1 insert-sps-pps=true ! rtph264pay mtu=1400<span class="Apple-converted-space"> </span><br class=""></div><div class="">    ! webrtcbin name=webrtc_sink latency=0<br class=""></div><div class=""><br class=""></div><div class="">And on the application side Im handling the singling.<span class="Apple-converted-space"> </span><br class=""></div><div class=""><br class=""></div><div class="">Do you have any idea how to fix this? What I am missing here?<br class=""></div></blockquote><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">This is definitely a bug in webrtcbin, it shouldn't be generating an SDP with an invalid clock rate.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Can you run it with "gst-launch-1.0 -v" to see wahtr caps the payloaders set on webrtcbin ?</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Do you set any codec preferences on webrtcbin ?</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Olivier</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex" class=""><div class=""><br class=""></div><div class="">Thanks,<br class=""></div><div class="">Peter<br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">_______________________________________________<br class=""></div><div class="">gstreamer-devel mailing list<br class=""></div><div class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class=""></div><div class=""><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br class=""></div></blockquote><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span class=""><pre class="">-- <br class=""></pre><div class="">Olivier Crête</div><div class=""><a href="mailto:olivier.crete@collabora.com" class="">olivier.crete@collabora.com</a></div><div class=""><br class=""></div></span></div><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">gstreamer-devel mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">gstreamer-devel@lists.freedesktop.org</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></div></blockquote></div><br class=""></div><div class="">_______________________________________________<br class=""></div><div class="">gstreamer-devel mailing list<br class=""></div><div class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class=""></div><div class=""><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br class=""></div></blockquote><div class=""><br class=""></div><div class=""><span class=""><pre class="">-- <br class=""></pre><div data-evo-paragraph="" class="">Olivier Crête</div><div data-evo-paragraph="" class=""><a href="mailto:olivier.crete@collabora.com" class="">olivier.crete@collabora.com</a></div><div data-evo-paragraph="" class=""><br class=""></div></span></div></div>
_______________________________________________<br class="">gstreamer-devel mailing list<br class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br class=""></div></blockquote></div><br class=""></div></body></html>