Update metadata.md - fix function names
authorRalf Sippl <ralf.sippl@gmail.com>
Mon, 25 Mar 2019 10:34:09 +0000 (10:34 +0000)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Mon, 25 Mar 2019 13:36:49 +0000 (13:36 +0000)
markdown/application-development/advanced/metadata.md

index c2d8277..29e9dd2 100644 (file)
@@ -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