From 42fd599eda19fc1a921bc2d9f4152e984f9be64d Mon Sep 17 00:00:00 2001 From: Ralf Sippl Date: Mon, 25 Mar 2019 10:34:09 +0000 Subject: [PATCH] Update metadata.md - fix function names --- markdown/application-development/advanced/metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/application-development/advanced/metadata.md b/markdown/application-development/advanced/metadata.md index c2d8277d39..29e9dd237c 100644 --- a/markdown/application-development/advanced/metadata.md +++ b/markdown/application-development/advanced/metadata.md @@ -169,8 +169,8 @@ pipeline. In order to see if any of the elements in your pipeline supports tag writing, you can use the function `gst_bin_iterate_all_by_interface (pipeline, GST_TYPE_TAG_SETTER)`. On the resulting element, usually an encoder or muxer, you can use -`gst_tag_setter_merge ()` with a taglist or `gst_tag_setter_add ()` with -individual tags, to set tags on it. +`gst_tag_setter_merge_tags ()` with a taglist or `gst_tag_setter_add_tags ()` +with individual tags, to set tags on it. A nice extra feature in GStreamer's tag support is that tags are preserved in pipelines. This means that if you transcode one file containing tags