Commit graph

13 commits

Author SHA1 Message Date
Sebastian Dröge
a8c9d78bff Compare element factory names to distinguish video source from audio source
We could also go via the glib::Type but that requires more steps unless
we also add a getter from the registered type to the audio/video source
modules.
2018-09-25 13:37:59 +03:00
rubenrua
b2ec1da345 Fix audio interleave with NDIlib_util_audio_to_interleaved_16s_v2 2018-09-25 11:52:41 +02:00
rubenrua
22c7240bad Add debug info about latency 2018-09-24 18:15:33 +02:00
rubenrua
90b5fa8937 Fix video latency 2018-09-24 17:46:15 +02:00
Daniel Vilar
72bd822525 Added latency query 2018-09-24 15:46:36 +02:00
rubenrua
c94727c872 Fix ndiaudiosrc offset
A buffer can also have one or both of a start and an end offset. These are media-type specific. For video buffers, the start offset will generally be the frame number. For audio buffers, it will be the number of samples produced so far. For compressed data, it could be the byte offset in a source or destination file. Likewise, the end offset will be the offset of the end of the buffer. These can only be meaningfully interpreted if you know the media type of the buffer (the preceding CAPS event). Either or both can be set to GST_BUFFER_OFFSET_NONE.

https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBuffer.html
2018-09-24 10:02:01 +02:00
Ruben Gonzalez
02f3b84bb3 Fix bug added with clippy refactor 2018-09-21 20:11:54 +02:00
Daniel Vilar
440a353f93 Publish code in Github 2018-09-18 13:39:34 +02:00
rubenrua
6c19cc8d9f Move example to a workspace 2018-04-09 05:32:57 +00:00
rubenrua
80dcf3c90c Finish example 2018-04-05 11:13:51 +02:00
rubenrua
683253e8e7 Create external ndilib 2018-04-05 11:10:13 +02:00
rubenrua
ef508c39d1 Print metadata recv 2018-04-05 09:56:38 +02:00
rubenrua
864e9b4520 1st commit 2018-04-04 22:22:53 +02:00