<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/dino/plugins/rtp, branch master</title>
<subtitle>Fork of GTK3 Dino with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/dino/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/dino/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/'/>
<updated>2023-10-09T12:08:59+00:00</updated>
<entry>
<title>Show warning dialog on failed GTK video sink creation</title>
<updated>2023-10-09T12:08:59+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-05-14T20:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=52a34986afa52a567fed82b4b086e16a3092c2c3'/>
<id>urn:sha1:52a34986afa52a567fed82b4b086e16a3092c2c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Fix version checks</title>
<updated>2023-10-01T19:28:28+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-08-20T20:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=cb13545b47bccfea2ab9e5468f781fd8ff9d7897'/>
<id>urn:sha1:cb13545b47bccfea2ab9e5468f781fd8ff9d7897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support devices with multiple framerate options in get_max_fps (#1224)</title>
<updated>2022-05-17T12:12:32+00:00</updated>
<author>
<name>Matthew Egeler</name>
<email>wentam42@gmail.com</email>
</author>
<published>2022-05-17T12:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=f25bfb00969a7e09996da2d5500e6718f4cc0148'/>
<id>urn:sha1:f25bfb00969a7e09996da2d5500e6718f4cc0148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix calculation of best camera framerate</title>
<updated>2022-05-17T12:08:22+00:00</updated>
<author>
<name>foucault</name>
<email>foucault@users.noreply.github.com</email>
</author>
<published>2022-05-17T12:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=186361fd8a381ef3c3334683dfb9cc4de1417596'/>
<id>urn:sha1:186361fd8a381ef3c3334683dfb9cc4de1417596</id>
<content type='text'>
When the algorithm iterates over all the available v4l2 capabilities it tries to determine the best framerate for each one of YUYV (video/x-raw) modes presented by the hardware (best_fraction, line 357 in device.vala). Regardless of what's determined to be the "best" YUYV mode from within the conditional right after (line 385) the best fractional framerate will always point to the last iterated framerate, which might be an extremely low one, like 7 or 5 FPS. When the framerate is then stored in the Gst.Structure (line 394) the fractional framerate will always be that last value which might be different than the correct one as calculated by best_fps (line 386). This workaround solves this issue by only updating best_fraction when the conditional in line 385 is satisfied.

from issue #1195
</content>
</entry>
<entry>
<title>RTP: clarify codec support warning</title>
<updated>2022-02-13T20:32:28+00:00</updated>
<author>
<name>mjk</name>
<email>yuubi-san@users.noreply.github.com</email>
</author>
<published>2022-02-13T20:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=3719fcbefbad037c0ffa82ab3f26c19f0a9b5f74'/>
<id>urn:sha1:3719fcbefbad037c0ffa82ab3f26c19f0a9b5f74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Calls: Fix device selector for multi-party calls, allow picking device before call started</title>
<updated>2022-02-12T13:36:26+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-12T13:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=369d0c79d7272b4059c39ecedb10a62121bfbe56'/>
<id>urn:sha1:369d0c79d7272b4059c39ecedb10a62121bfbe56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Only display SSRC mismatch warning for GLib versions supporting warning_once</title>
<updated>2022-02-11T19:33:06+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-11T19:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=6532c2b160c66540091d667c4af116ec4d71ff43'/>
<id>urn:sha1:6532c2b160c66540091d667c4af116ec4d71ff43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RTP: Make codec and hardware support compile-time configurable</title>
<updated>2022-02-11T18:55:19+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-11T18:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=e768c40e1122c4a8ef8785aef6a07044f6e869e1'/>
<id>urn:sha1:e768c40e1122c4a8ef8785aef6a07044f6e869e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various call fixes</title>
<updated>2022-02-10T14:43:34+00:00</updated>
<author>
<name>fiaxh</name>
<email>git@lightrise.org</email>
</author>
<published>2022-02-10T14:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=dbc6d87cb9c26a5858ccf7400a43cdd4f6f26971'/>
<id>urn:sha1:dbc6d87cb9c26a5858ccf7400a43cdd4f6f26971</id>
<content type='text'>
- Don't create incoming CIM calls twice
- Fix is_color check for video devices w/ multiple formats
- Tolerate mismatching content creator on jingle responses
- Change MUJI namespace to urn:xmpp:jingle:muji:0
</content>
</entry>
<entry>
<title>DTLS: Handle DTLS fingerprint in transport-info before session-accept</title>
<updated>2022-02-09T22:58:54+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2022-02-09T22:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/dino/commit/?id=28248607f03bfd3e5fc6b29e0528edfd4f04a601'/>
<id>urn:sha1:28248607f03bfd3e5fc6b29e0528edfd4f04a601</id>
<content type='text'>
</content>
</entry>
</feed>
