Home
last modified time | relevance | path

Searched refs:writing_app (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h92 gchar *writing_app; member
Dmatroska-read-common.h58 gchar *writing_app; member
Dmatroska-mux.c522 mux->writing_app = g_strdup (DEFAULT_WRITING_APP); in gst_matroska_mux_init()
558 g_free (mux->writing_app); in gst_matroska_mux_finalize()
3278 if (mux->writing_app && mux->writing_app[0]) { in gst_matroska_mux_start()
3279 gst_ebml_write_utf8 (ebml, GST_MATROSKA_ID_WRITINGAPP, mux->writing_app); in gst_matroska_mux_start()
4427 g_free (mux->writing_app); in gst_matroska_mux_set_property()
4428 mux->writing_app = g_value_dup_string (value); in gst_matroska_mux_set_property()
4475 g_value_set_string (value, mux->writing_app); in gst_matroska_mux_get_property()
Dmatroska-read-common.c2044 common->writing_app = text; in gst_matroska_read_common_parse_info()
3322 ctx->writing_app = NULL; in gst_matroska_read_common_init()
3393 g_free (ctx->writing_app); in gst_matroska_read_common_reset()
3394 ctx->writing_app = NULL; in gst_matroska_read_common_reset()