Skip to content

Commit

Permalink
unused var removed
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Apr 19, 2024
1 parent 5c5e8ff commit d080c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/GstAudioVideoReceiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ VOID onSampleStreamingSessionShutdown(UINT64 customData, PSampleStreamingSession
(void) (pSampleStreamingSession);
eos = TRUE;
GstElement* pipeline = (GstElement*) customData;
GstAppSrc *appsrcVideo = NULL, *appsrcAudio = NULL;
gst_element_send_event(pipeline, gst_event_new_eos());
}

Expand Down

0 comments on commit d080c06

Please sign in to comment.