mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
basesrc: Removed unused private member qos_enabled
This commit is contained in:
parent
2be51ba60c
commit
dd5905c31a
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ struct _GstBaseSrcPrivate
|
|||
volatile gint have_events; /* OBJECT_LOCK */
|
||||
|
||||
/* QoS *//* with LOCK */
|
||||
gboolean qos_enabled; /* unused */
|
||||
gdouble proportion; /* OBJECT_LOCK */
|
||||
GstClockTime earliest_time; /* OBJECT_LOCK */
|
||||
|
||||
|
|
Loading…
Reference in a new issue