mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING
"Label ‘out’ used but not defined", since it's also used by the USE_MEDIAN_PRE_FILTERING branch. https://bugzilla.gnome.org/show_bug.cgi?id=785631
This commit is contained in:
parent
e8bae061f1
commit
0af74cb599
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ update_mean_path_delay (PtpDomainData * domain, PtpPendingSync * sync)
|
|||
GST_DEBUG ("Delay request delay for domain %u: %" GST_TIME_FORMAT,
|
||||
domain->domain, GST_TIME_ARGS (delay_req_delay));
|
||||
|
||||
#ifdef USE_MEASUREMENT_FILTERING
|
||||
#if defined(USE_MEASUREMENT_FILTERING) || defined(USE_MEDIAN_PRE_FILTERING)
|
||||
out:
|
||||
#endif
|
||||
if (g_atomic_int_get (&domain_stats_n_hooks)) {
|
||||
|
|
Loading…
Reference in a new issue