Top | ![]() |
![]() |
![]() |
![]() |
Description
The flactag element can change the tag contained within a raw FLAC stream. Specifically, it modifies the comments header packet of the FLAC stream.
Applications can set the tags to write using the GstTagSetter interface. Tags contained withing the FLAC bitstream will be picked up automatically (and merged according to the merge mode set via the tag setter interface).
Example pipelines
1 |
gst-launch-1.0 -v filesrc location=foo.flac ! flactag ! filesink location=bar.flac |