Skip to content

Commit

Permalink
remove repeating log message
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-spxl authored and EmmanuelP committed Nov 22, 2023
1 parent 56edd65 commit fa27d95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gst/gstaravis.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,6 @@ gst_aravis_create (GstPushSrc * push_src, GstBuffer ** buffer)
}

triggerModeEnabled = strcmp(value, "On") == 0;
if (triggerModeEnabled) {
GST_LOG_OBJECT (gst_aravis, "TriggeMode is set to On, pipeline will wait for a stream.");
}
}

GST_OBJECT_LOCK (gst_aravis);
Expand Down

0 comments on commit fa27d95

Please sign in to comment.