gst: pipewirepool: remove dead code

This commit is contained in:
George Kiagiadakis 2024-05-28 14:08:32 +03:00
parent 0b5f716526
commit 40fd2553ea
2 changed files with 0 additions and 34 deletions

View file

@ -69,9 +69,6 @@ void gst_pipewire_pool_wrap_buffer (GstPipeWirePool *pool, struct pw_buffer *buf
GstPipeWirePoolData *gst_pipewire_pool_get_data (GstBuffer *buffer);
//gboolean gst_pipewire_pool_add_buffer (GstPipeWirePool *pool, GstBuffer *buffer);
//gboolean gst_pipewire_pool_remove_buffer (GstPipeWirePool *pool, GstBuffer *buffer);
G_END_DECLS
#endif /* __GST_PIPEWIRE_POOL_H__ */