mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +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;
|
||||
GstClockTime latency;
|
||||
guint64 offset;
|
||||
GstClockTime startAVFTimestamp;
|
||||
GstClockTime startTimestamp;
|
||||
|
||||
GstClockTime lastSampling;
|
||||
guint count;
|
||||
|
@ -712,8 +710,6 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
|
|||
|
||||
offset = 0;
|
||||
latency = GST_CLOCK_TIME_NONE;
|
||||
startAVFTimestamp = GST_CLOCK_TIME_NONE;
|
||||
startTimestamp = GST_CLOCK_TIME_NONE;
|
||||
inputClock = nil;
|
||||
|
||||
lastSampling = GST_CLOCK_TIME_NONE;
|
||||
|
|
Loading…
Reference in a new issue