Searched refs:playlist_file (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 1563 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/ |
D | dashenc.c | 1289 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/ |
D | ChangeLog | 68301 gst-play: Free playlist_file string if only printing the version
|