[libdmapsharing] Remove double "end_time = "



commit df307421b4e2af834b4aa8494df6f36904604889
Author: W. Michael Petullo <mike flyn org>
Date:   Wed Jul 24 22:48:52 2013 -0400

    Remove double "end_time = "
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-gst-input-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/dmap-gst-input-stream.c b/libdmapsharing/dmap-gst-input-stream.c
index 2fded88..4e116fa 100644
--- a/libdmapsharing/dmap-gst-input-stream.c
+++ b/libdmapsharing/dmap-gst-input-stream.c
@@ -191,7 +191,7 @@ dmap_gst_input_stream_new_buffer_cb (GstElement * element,
                goto _return;
        }
 
-       end_time = end_time = g_get_monotonic_time () + QUEUE_PUSH_WAIT_SECONDS * G_TIME_SPAN_SECOND;
+       end_time = g_get_monotonic_time () + QUEUE_PUSH_WAIT_SECONDS * G_TIME_SPAN_SECOND;
 
        sample = gst_app_sink_pull_sample (GST_APP_SINK (element));
        if (NULL == sample) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]