mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
chromaprint: update for new tag event API
This commit is contained in:
parent
748d9f69ad
commit
2ca936ef57
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ gst_chromaprint_create_fingerprint (GstChromaprint * chromaprint)
|
||||||
chromaprint->fingerprint, NULL);
|
chromaprint->fingerprint, NULL);
|
||||||
|
|
||||||
gst_pad_push_event (GST_BASE_TRANSFORM_SRC_PAD (chromaprint),
|
gst_pad_push_event (GST_BASE_TRANSFORM_SRC_PAD (chromaprint),
|
||||||
gst_event_new_tag (tags));
|
gst_event_new_tag ("chromaprint", tags));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue