mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
ofa: Call g_object_notify() after the fingerprint was created
This commit is contained in:
parent
8dc7347d65
commit
1d189c9e75
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ create_fingerprint (GstOFA * ofa)
|
||||||
GST_TAG_OFA_FINGERPRINT, ofa->fingerprint, NULL);
|
GST_TAG_OFA_FINGERPRINT, ofa->fingerprint, NULL);
|
||||||
gst_element_found_tags (GST_ELEMENT (ofa), tags);
|
gst_element_found_tags (GST_ELEMENT (ofa), tags);
|
||||||
|
|
||||||
|
g_object_notify (G_OBJECT (ofa), "fingerprint");
|
||||||
|
|
||||||
ofa->record = FALSE;
|
ofa->record = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue