Searched refs:dest_pattern (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsrc.c | 419 gchar *dest_pattern; in GST_START_TEST() local 443 dest_pattern = g_build_filename (tmpdir, "out%05d.ogg", NULL); in GST_START_TEST() 444 g_object_set (G_OBJECT (element), "location", dest_pattern, NULL); in GST_START_TEST() 445 g_clear_pointer (&dest_pattern, g_free); in GST_START_TEST() 501 dest_pattern = g_build_filename (tmpdir, "out*.ogg", NULL); in GST_START_TEST() 502 g_object_set (G_OBJECT (element), "location", dest_pattern, NULL); in GST_START_TEST() 503 g_clear_pointer (&dest_pattern, g_free); in GST_START_TEST() 576 gchar *dest_pattern; in GST_START_TEST() local 594 dest_pattern = g_build_filename (tmpdir, "out%05d.mp4", NULL); in GST_START_TEST() 595 g_object_set (G_OBJECT (sink), "location", dest_pattern, NULL); in GST_START_TEST() [all …]
|
D | splitmuxsink.c | 367 gchar *dest_pattern; in GST_START_TEST() local 387 dest_pattern = g_build_filename (tmpdir, "out%05d.ogg", NULL); in GST_START_TEST() 388 g_object_set (G_OBJECT (sink), "location", dest_pattern, NULL); in GST_START_TEST() 389 g_free (dest_pattern); in GST_START_TEST() 478 gchar *dest_pattern; in GST_START_TEST() local 499 dest_pattern = g_build_filename (tmpdir, "out%05d.m4v", NULL); in GST_START_TEST() 500 g_object_set (G_OBJECT (sink), "location", dest_pattern, NULL); in GST_START_TEST() 501 g_free (dest_pattern); in GST_START_TEST() 535 gchar *dest_pattern; in GST_START_TEST() local 551 dest_pattern = g_build_filename (tmpdir, "matroska%05d.mkv", NULL); in GST_START_TEST() [all …]
|
D | splitmuxsinktimecode.c | 341 gchar *dest_pattern; in splitmuxsink_split_by_keyframe_timecode() local 364 dest_pattern = g_build_filename (tmpdir, "out%05d.m4v", NULL); in splitmuxsink_split_by_keyframe_timecode() 365 g_object_set (G_OBJECT (sink), "location", dest_pattern, NULL); in splitmuxsink_split_by_keyframe_timecode() 366 g_free (dest_pattern); in splitmuxsink_split_by_keyframe_timecode() 555 gchar *dest_pattern; in splitmuxsink_split_by_keyframe_timecode_framerate_29_97() local 606 dest_pattern = g_build_filename (tmpdir, "out%d.m4v", NULL); in splitmuxsink_split_by_keyframe_timecode_framerate_29_97() 607 g_object_set (G_OBJECT (sink), "location", dest_pattern, NULL); in splitmuxsink_split_by_keyframe_timecode_framerate_29_97() 608 g_free (dest_pattern); in splitmuxsink_split_by_keyframe_timecode_framerate_29_97() 689 gchar *dest_pattern; in splitmuxsink_timecode_framerate_25() local 730 dest_pattern = g_build_filename (tmpdir, "out%d.m4v", NULL); in splitmuxsink_timecode_framerate_25() [all …]
|