summaryrefslogtreecommitdiff
path: root/ext/ofa/gstofa.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-25 12:33:58 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-25 12:33:58 +0200
commit1d189c9e758cac37bd1c1d5a04af4524319fc2fd (patch)
tree1b3b4983533e368bcf8d8b5f1296affa250f50e1 /ext/ofa/gstofa.c
parent8dc7347d65e923d9a86ced26bba9411e99f90aaa (diff)
downloadgstreamer-plugins-bad-1d189c9e758cac37bd1c1d5a04af4524319fc2fd.tar.gz
ofa: Call g_object_notify() after the fingerprint was created
Diffstat (limited to 'ext/ofa/gstofa.c')
-rw-r--r--ext/ofa/gstofa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c
index df973cfdd..ebd52b6a0 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;
}