mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
improve cleanup
Start stream when input socket is given.
This commit is contained in:
parent
f50d1548d5
commit
ac6d73f913
3 changed files with 21 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ gst_pulsevideo_src_finalize (GObject * object)
|
|||
{
|
||||
GstPulsevideoSrc *pvsrc = GST_PULSEVIDEO_SRC (object);
|
||||
|
||||
g_object_unref (pvsrc->fd_allocator);
|
||||
g_mutex_clear (&pvsrc->lock);
|
||||
g_cond_clear (&pvsrc->cond);
|
||||
g_free (pvsrc->source);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue