Hi all,<br>  In gstreamer editing services, I was trying to cut a file, which works fine. However, I would also like to copy the tags from the original file to the cut file. I am retrieving the input file tags via GST_MESSAGE_TAG, however to set the tags on the muxer, I dont have the reference to call gst_tag_setter_merge_tags(), since I believe the muxer exists inside the encode bin of the ges pipeline. How can I retrieve the reference to the muxer?<br>
<br>Thanks.<br>--Sumeeth.<br>