mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
matroskamux: tweak writing app tag string a little
This commit is contained in:
parent
3956f5addc
commit
85c3c36712
1 changed files with 1 additions and 1 deletions
|
@ -2664,7 +2664,7 @@ gst_matroska_mux_start (GstMatroskaMux * mux)
|
|||
gst_guint64_to_gdouble (mux->time_scale));
|
||||
}
|
||||
gst_ebml_write_utf8 (ebml, GST_MATROSKA_ID_MUXINGAPP,
|
||||
"GStreamer plugin version " PACKAGE_VERSION);
|
||||
"GStreamer matroskamux version " PACKAGE_VERSION);
|
||||
if (mux->writing_app && mux->writing_app[0]) {
|
||||
gst_ebml_write_utf8 (ebml, GST_MATROSKA_ID_WRITINGAPP, mux->writing_app);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue