mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
srt: Remove unused queued_buffers field
https://bugzilla.gnome.org/show_bug.cgi?id=793503
This commit is contained in:
parent
1c81bf4bdc
commit
4039bdbaac
2 changed files with 2 additions and 4 deletions
|
@ -204,7 +204,6 @@ static void
|
|||
gst_srt_base_sink_init (GstSRTBaseSink * self)
|
||||
{
|
||||
self->uri = gst_uri_from_string (SRT_DEFAULT_URI);
|
||||
self->queued_buffers = NULL;
|
||||
self->latency = SRT_DEFAULT_LATENCY;
|
||||
self->passphrase = NULL;
|
||||
self->key_length = SRT_DEFAULT_KEY_LENGTH;
|
||||
|
|
|
@ -45,7 +45,6 @@ struct _GstSRTBaseSink {
|
|||
GstBaseSink parent;
|
||||
|
||||
GstUri *uri;
|
||||
GList *queued_buffers;
|
||||
gint latency;
|
||||
gchar *passphrase;
|
||||
gint key_length;
|
||||
|
|
Loading…
Reference in a new issue