Home
last modified time | relevance | path

Searched refs:gst_filename_to_uri (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c539 uri = gst_filename_to_uri (TEST_PATH "/audio-short.ogg", NULL); in START_TEST()
715 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST()
778 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST()
841 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST()
903 uri = gst_filename_to_uri (TEST_PATH "/sintel.mkv", NULL); in START_TEST()
929 suburi = gst_filename_to_uri (TEST_PATH "/foo.srt", NULL); in test_play_error_invalid_external_suburi_cb()
961 uri = gst_filename_to_uri (TEST_PATH "/audio-video.ogg", NULL); in START_TEST()
996 suburi = gst_filename_to_uri (TEST_PATH "/test_sub.srt", NULL); in test_play_external_suburi_cb()
1009 suburi = gst_filename_to_uri (TEST_PATH "/test_sub.srt", NULL); in test_play_external_suburi_cb()
1038 uri = gst_filename_to_uri (TEST_PATH "/audio-video.ogg", NULL); in START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Ddiscoverer.c64 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/
Dhelloworld.c61 uri = gst_filename_to_uri (argv[1], NULL); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dcrossfade.c44 return gst_filename_to_uri (location, NULL); in ensure_uri()
Dmosaic.c45 return gst_filename_to_uri (location, NULL); in ensure_uri()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-segment-seeks.c52 uri = gst_filename_to_uri (argv[1], NULL); in main()
/third_party/gstreamer/gstplugins_bad/tools/
Dutils.c82 return gst_filename_to_uri (location, NULL);
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dinstant-rate-change.c242 return gst_filename_to_uri (arg, NULL); in cmdline_to_uri()
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Dplaybin-test.c260 return gst_filename_to_uri (arg, NULL); in cmdline_to_uri()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h158 gchar * gst_filename_to_uri (const gchar * filename,
Dgsturi.c923 gst_filename_to_uri (const gchar * filename, GError ** error) in gst_filename_to_uri() function
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesrc.c236 src->uri = gst_filename_to_uri (location, NULL); in gst_file_src_set_location()
Dgstfilesink.c320 sink->uri = gst_filename_to_uri (location, NULL); in gst_file_sink_set_location()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.c163 tmp = gst_filename_to_uri (gst_uri_get_path (ruri), err); in gst_image_sequence_src_uri_set_uri()
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipc-play.c961 uri = gst_filename_to_uri (argv[1], &error); in main()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin.c827 uri = gst_filename_to_uri (fn, NULL);
Dplaybin-complex.c833 uri = gst_filename_to_uri (path, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c680 uri = gst_filename_to_uri (item->fn, &err); in playout_item_create_decoder()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c870 uri = gst_filename_to_uri (filename, NULL); in add_to_playlist()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c6002 gst_filename_to_uri (XLINK_SINGLE_PERIOD_FILENAME, NULL); in GST_START_TEST()
6004 gst_filename_to_uri (XLINK_DOUBLE_PERIOD_FILENAME, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c253 uri = gst_filename_to_uri (location, NULL); in set_uri_property()
/third_party/gstreamer/gstreamer/
DChangeLog30589 docs: clarify that return value of gst_filename_to_uri() must be freed
70147 gst_filename_to_uri() instead, which will try harder to create a proper
70157 uri: add gst_filename_to_uri() that takes relative filenames
70167 API: gst_filename_to_uri()
/third_party/gstreamer/gstplugins_base/
DChangeLog97429 use gst_filename_to_uri() or g_filename_to_uri().
103895 seek: use gst_filename_to_uri() to convert a filename to a uri