Home
last modified time | relevance | path

Searched refs:autoplugger (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/docs/random/wtay/
Dautoplug24 The current autoplugger as described in autoplug1 has some
24 The autoplugger is build to handle simple media playback but
33 The autoplugger will be an interface to the low level plugin
53 A handle to the autoplugger implementation can be obtained
66 is used to get an autoplugger.
72 plugins can add their own autoplugger implementation by
73 subclassing an abstract autoplugger class and implementing/
76 the autoplugger can be registered with:
81 This will allow us to only load the autoplugger when needed.
90 - a static autoplugger. This autoplugger recursively adds
[all …]
Dautoplug32 The autoplugger is a custom bin with a set of custom add/remove methods.
4 the autoplugging (like the src, sink elements). The autoplugger should
7 The autoplugger has to be a bin because else we cannot put it into the
Dnegotiation367 This function can be called at any time so that an autoplugger can know the
/third_party/gstreamer/gstreamer/docs/random/ds/
Dcaps27 How does the API express to an autoplugger what an element does?
30 same pad template caps. Until the autoplugger plugs and looks,
Dnegotiation187 <Company> what internal info would an autoplugger need
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c263 GstElement *src, *typefind, *autoplugger, *sink, *colorspace; in gst_gdk_animation_iter_create_pipeline() local
307 if (!(autoplugger = gst_element_factory_make ("spider", "autoplugger"))) in gst_gdk_animation_iter_create_pipeline()
309 gst_bin_add (GST_BIN (iter->pipeline), autoplugger); in gst_gdk_animation_iter_create_pipeline()
310 if (!gst_element_link (typefind, autoplugger)) in gst_gdk_animation_iter_create_pipeline()
320 if (!gst_element_link (autoplugger, colorspace)) in gst_gdk_animation_iter_create_pipeline()
/third_party/gstreamer/gstplugins_good/gst/avi/
DREADME38 templates, a static autoplugger is used the find an element to connect
/third_party/gstreamer/gstreamer/docs/random/
Dtypefind90 implement anything needed to make a proper autoplugger.
DChangeLog-0.8704 Add typefind/autoplugger example (one that actually works).
5749 manager, autoplugger) are all still pending.
7609 * docs/pwg/other-autoplugger.xml:
8715 Set ranks of elements to NONE, so the autoplugger doesn't use them.
/third_party/gstreamer/gstreamer/docs/random/company/
Dgstparse136 the autoplugger part.
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer609 * gst/autoplug/gststaticautoplugrender.c: Make sure the autoplugger
1071 * examples/autoplug/autoplug.c: Small fixes to the autoplugger so
1244 Don't use the autoplugger when it is disabled.
3176 codecs. It uses the autoplugger and avitypes to convert avi types
4332 Updated the autoplugger so it now works in both the unknown and
4613 * gst/autoplug/gstautoplugger.c: up to latest (broken) autoplugger)
4796 * examples/autoplug/autoplug.c: Updated the autoplugger example to
4913 Added start of autoplugger meta-element
5266 workings of the current autoplugger.
5424 autoplugger working by setting the pipeline to PAUSED before
[all …]
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.87443 - put everything except for source and autoplugger in a complete bin
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.89614 - put everything except for source and autoplugger in a complete bin
/third_party/gstreamer/gstreamer/
DChangeLog129702 * docs/pwg/other-autoplugger.xml: