From 1d189c9e758cac37bd1c1d5a04af4524319fc2fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 25 Sep 2010 12:33:58 +0200 Subject: [PATCH] ofa: Call g_object_notify() after the fingerprint was created --- ext/ofa/gstofa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c index df973cfdd2..ebd52b6a0b 100644 --- a/ext/ofa/gstofa.c +++ b/ext/ofa/gstofa.c @@ -140,6 +140,8 @@ create_fingerprint (GstOFA * ofa) GST_TAG_OFA_FINGERPRINT, ofa->fingerprint, NULL); gst_element_found_tags (GST_ELEMENT (ofa), tags); + g_object_notify (G_OBJECT (ofa), "fingerprint"); + ofa->record = FALSE; } -- 2.34.1