avfvideosrc: remove unused variables
authorIlya Konstantinov <ilya.konstantinov@gmail.com>
Sat, 11 Apr 2015 22:58:31 +0000 (01:58 +0300)
committerAlessandro Decina <alessandro.d@gmail.com>
Wed, 15 Apr 2015 00:16:17 +0000 (10:16 +1000)
Complement commit 5496fd3e75e65a4e387715d0ba0740790aefa5f6 by removing
the involved variables.

sys/applemedia/avfvideosrc.m

index ec5cea6..0927b18 100644 (file)
@@ -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;