ofa: Call g_object_notify() after the fingerprint was created
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 25 Sep 2010 10:33:58 +0000 (12:33 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 25 Sep 2010 10:33:58 +0000 (12:33 +0200)
ext/ofa/gstofa.c

index df973cfdd26fc97b19607536ddf6e53cbb78cc78..ebd52b6a0b8bee0919067cbca652e577fec61071 100644 (file)
@@ -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;
 }