Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.h120 GstTranscoder * gst_transcoder_new_full (const gchar * source_uri,
Dgsttranscoder.c905 return gst_transcoder_new_full (source_uri, dest_uri, profile); in gst_transcoder_new()
919 gst_transcoder_new_full (const gchar * source_uri, in gst_transcoder_new_full() function
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-transcoder.c416 transcoder = gst_transcoder_new_full (settings.src_uri, settings.dest_uri, in main()