Searched refs:gst_filename_to_uri (Results 1 – 20 of 20) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | player.c | 561 uri = gst_filename_to_uri (TEST_PATH "/audio-short.ogg", NULL); in START_TEST() 741 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST() 767 suburi = gst_filename_to_uri (TEST_PATH "/foo.srt", NULL); in test_play_error_invalid_external_suburi_cb() 833 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST() 898 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST() 963 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST() 995 uri = gst_filename_to_uri (TEST_PATH "/audio-video.ogg", NULL); in START_TEST() 1031 suburi = gst_filename_to_uri (TEST_PATH "/test_sub.srt", NULL); in test_play_external_suburi_cb() 1044 suburi = gst_filename_to_uri (TEST_PATH "/test_sub.srt", NULL); in test_play_external_suburi_cb() 1074 uri = gst_filename_to_uri (TEST_PATH "/audio-video.ogg", NULL); in START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | discoverer.c | 64 uri = gst_filename_to_uri (path, &err); in GST_START_TEST() 159 uri = gst_filename_to_uri (path, &err); in test_disco_sync_reuse() 223 uri = gst_filename_to_uri (path, &err); in GST_START_TEST() 281 data.uri = gst_filename_to_uri (path, &err); in test_disco_async_with_context()
|
/third_party/gstreamer/gstreamer/tests/examples/helloworld/ |
D | helloworld.c | 61 uri = gst_filename_to_uri (argv[1], NULL); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/ |
D | crossfade.c | 44 return gst_filename_to_uri (location, NULL); in ensure_uri()
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | test-segment-seeks.c | 52 uri = gst_filename_to_uri (argv[1], NULL); in main()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 155 gchar * gst_filename_to_uri (const gchar * filename,
|
D | gsturi.c | 909 gst_filename_to_uri (const gchar * filename, GError ** error) in gst_filename_to_uri() function
|
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/ |
D | playbin-test.c | 260 return gst_filename_to_uri (arg, NULL); in cmdline_to_uri()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesrc.c | 260 src->uri = gst_filename_to_uri (location, NULL); in gst_file_src_set_location()
|
D | gstfilesink.c | 292 sink->uri = gst_filename_to_uri (location, NULL); in gst_file_sink_set_location()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipc-play.c | 961 uri = gst_filename_to_uri (argv[1], &error); in main()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | playbin.c | 827 uri = gst_filename_to_uri (fn, NULL);
|
D | playbin-complex.c | 833 uri = gst_filename_to_uri (path, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ |
D | playout.c | 680 uri = gst_filename_to_uri (item->fn, &err); in playout_item_create_decoder()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 807 uri = gst_filename_to_uri (filename, NULL); in add_to_playlist()
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | gstreamer-sections.txt | 3515 gst_filename_to_uri
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 5721 gst_filename_to_uri (XLINK_SINGLE_PERIOD_FILENAME, NULL); in GST_START_TEST() 5723 gst_filename_to_uri (XLINK_DOUBLE_PERIOD_FILENAME, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 248 uri = gst_filename_to_uri (location, NULL); in set_uri_property()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 22334 docs: clarify that return value of gst_filename_to_uri() must be freed 61892 gst_filename_to_uri() instead, which will try harder to create a proper 61902 uri: add gst_filename_to_uri() that takes relative filenames 61912 API: gst_filename_to_uri()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 84418 use gst_filename_to_uri() or g_filename_to_uri(). 90884 seek: use gst_filename_to_uri() to convert a filename to a uri
|