mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-21 16:00:59 +00:00
Markdown fixes
This commit is contained in:
parent
15105722a2
commit
dbd54c4033
1 changed files with 2 additions and 0 deletions
|
@ -74,12 +74,14 @@ gst-launch-1.0 shmsrc socket-path=/tmp/tmpsock ! \
|
|||
|
||||
I've used `proxysink` and `proxysrc` to split large pipelines into smaller ones. That way, if a part fails, the rest can continue.
|
||||
|
||||
|
||||
### gstproxy documentation
|
||||
|
||||
* Introduced by the blog mentioned above (http://blog.nirbheek.in/2018/02/decoupling-gstreamer-pipelines.html)
|
||||
* Example code on proxysrc here: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-proxysrc.html
|
||||
* Equivalent proxysink: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-proxysink.html
|
||||
|
||||
|
||||
### gstproxy examples
|
||||
|
||||
It's not possible to use them via the command-line, because you connect them by having the receiver (`proxysrc`) reference the sender (`proxysink`).
|
||||
|
|
Loading…
Reference in a new issue