Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplayer.c561 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/
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()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-segment-seeks.c52 uri = gst_filename_to_uri (argv[1], NULL); in main()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h155 gchar * gst_filename_to_uri (const gchar * filename,
Dgsturi.c909 gst_filename_to_uri (const gchar * filename, GError ** error) in gst_filename_to_uri() function
/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/plugins/elements/
Dgstfilesrc.c260 src->uri = gst_filename_to_uri (location, NULL); in gst_file_src_set_location()
Dgstfilesink.c292 sink->uri = gst_filename_to_uri (location, NULL); in gst_file_sink_set_location()
/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.c807 uri = gst_filename_to_uri (filename, NULL); in add_to_playlist()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt3515 gst_filename_to_uri
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c5721 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/
Dplayback-test.c248 uri = gst_filename_to_uri (location, NULL); in set_uri_property()
/third_party/gstreamer/gstreamer/
DChangeLog22334 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/
DChangeLog84418 use gst_filename_to_uri() or g_filename_to_uri().
90884 seek: use gst_filename_to_uri() to convert a filename to a uri