Home
last modified time | relevance | path

Searched refs:playlist_file (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c1563 gchar *playlist_file = NULL; in main() local
1591 {"playlist", 0, 0, G_OPTION_ARG_FILENAME, &playlist_file, in main()
1648 g_free (playlist_file); in main()
1658 if (playlist_file != NULL) { in main()
1662 if (g_file_get_contents (playlist_file, &playlist_contents, NULL, &err)) { in main()
1678 g_free (playlist_file); in main()
1679 playlist_file = NULL; in main()
/third_party/ffmpeg/libavformat/
Ddashenc.c1289 char playlist_file[64]; in write_manifest() local
1296 get_hls_playlist_name(playlist_file, sizeof(playlist_file), NULL, i); in write_manifest()
1298 playlist_file, NULL, i, is_default); in write_manifest()
1310 char playlist_file[64]; in write_manifest() local
1337 get_hls_playlist_name(playlist_file, sizeof(playlist_file), NULL, i); in write_manifest()
1339 playlist_file, agroup, in write_manifest()
/third_party/gstreamer/gstplugins_base/
DChangeLog68301 gst-play: Free playlist_file string if only printing the version