From 160bf21e9deb3e4efa63b9c98faf8fd39aa97cdf Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 21 Mar 2009 19:04:05 +0000 Subject: resindvd: Small debug output change in the source element --- ext/resindvd/resindvdsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/resindvd/resindvdsrc.c b/ext/resindvd/resindvdsrc.c index 86a03210..e76682a0 100644 --- a/ext/resindvd/resindvdsrc.c +++ b/ext/resindvd/resindvdsrc.c @@ -1685,7 +1685,6 @@ rsn_dvdsrc_check_nav_blocks (resinDvdSrc * src) /* Make sure a callback is scheduled for the first nav packet */ if (src->nav_clock_id != NULL) { - GST_LOG_OBJECT (src, "NAV callback already scheduled"); return; /* Something already scheduled */ } if (src->pending_nav_blocks == NULL) { @@ -1693,6 +1692,7 @@ rsn_dvdsrc_check_nav_blocks (resinDvdSrc * src) return; /* No nav blocks available yet */ } + GST_LOG_OBJECT (src, "Installing NAV callback"); next_nav = (RsnDvdPendingNav *) src->pending_nav_blocks->data; rsn_dvdsrc_schedule_nav_cb (src, next_nav); -- cgit v1.2.1