matroskamux: tweak writing app tag string a little
This commit is contained in:
parent
3956f5addc
commit
85c3c36712
@ -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…
x
Reference in New Issue
Block a user