mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
examples: add video upload example
Add an example of a node that makes a video available. Improve buffer reuse in stream. Add more video formats
This commit is contained in:
parent
c7333c46cc
commit
db16de85bb
16 changed files with 466 additions and 93 deletions
|
|
@ -777,7 +777,6 @@ gst_pinos_sink_stop (GstBaseSink * basesink)
|
|||
|
||||
pinos_thread_main_loop_lock (pinossink->main_loop);
|
||||
if (pinossink->stream) {
|
||||
pinos_stream_stop (pinossink->stream);
|
||||
pinos_stream_disconnect (pinossink->stream);
|
||||
pinos_stream_destroy (pinossink->stream);
|
||||
pinossink->stream = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue