mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
avfvideosrc: remove unused variables
Complement commit 5496fd3e75
by removing
the involved variables.
This commit is contained in:
parent
a10232f7da
commit
d1120c591c
1 changed files with 0 additions and 4 deletions
|
@ -96,8 +96,6 @@ G_DEFINE_TYPE (GstAVFVideoSrc, gst_avf_video_src, GST_TYPE_PUSH_SRC);
|
||||||
gint width, height;
|
gint width, height;
|
||||||
GstClockTime latency;
|
GstClockTime latency;
|
||||||
guint64 offset;
|
guint64 offset;
|
||||||
GstClockTime startAVFTimestamp;
|
|
||||||
GstClockTime startTimestamp;
|
|
||||||
|
|
||||||
GstClockTime lastSampling;
|
GstClockTime lastSampling;
|
||||||
guint count;
|
guint count;
|
||||||
|
@ -712,8 +710,6 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
|
||||||
|
|
||||||
offset = 0;
|
offset = 0;
|
||||||
latency = GST_CLOCK_TIME_NONE;
|
latency = GST_CLOCK_TIME_NONE;
|
||||||
startAVFTimestamp = GST_CLOCK_TIME_NONE;
|
|
||||||
startTimestamp = GST_CLOCK_TIME_NONE;
|
|
||||||
inputClock = nil;
|
inputClock = nil;
|
||||||
|
|
||||||
lastSampling = GST_CLOCK_TIME_NONE;
|
lastSampling = GST_CLOCK_TIME_NONE;
|
||||||
|
|
Loading…
Reference in a new issue