/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | textoverlay.c | 231 GstElement *textoverlay; in setup_textoverlay_with_templates() local 234 textoverlay = gst_check_setup_element ("textoverlay"); in setup_textoverlay_with_templates() 235 mysinkpad = gst_check_setup_sink_pad (textoverlay, sinkpad_template); in setup_textoverlay_with_templates() 243 notgst_check_setup_src_pad2 (textoverlay, srcpad_template, NULL, in setup_textoverlay_with_templates() 248 notgst_check_setup_src_pad2 (textoverlay, textpad_template, NULL, in setup_textoverlay_with_templates() 258 return textoverlay; in setup_textoverlay_with_templates() 367 _test_textoverlay_check_caps_has_feature (GstElement * textoverlay, in _test_textoverlay_check_caps_has_feature() argument 375 pad = gst_element_get_static_pad (textoverlay, padname); in _test_textoverlay_check_caps_has_feature() 395 cleanup_textoverlay (GstElement * textoverlay) in cleanup_textoverlay() argument 403 gst_element_set_state (textoverlay, GST_STATE_NULL); in cleanup_textoverlay() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-textoverlay.c | 52 show_text (GstElement * textoverlay, const gchar * txt, const gchar * valign, in show_text() argument 57 g_object_set (textoverlay, "text", txt, NULL); in show_text() 59 set_enum_property_by_name (textoverlay, "valignment", valign); in show_text() 60 set_enum_property_by_name (textoverlay, "halignment", halign); in show_text() 61 set_enum_property_by_name (textoverlay, "line-alignment", line_align); in show_text() 63 pipe = textoverlay; in show_text()
|
D | meson.build | 19 [ 'test-textoverlay.c', not pango_dep.found(), [pango_dep] ],
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/ |
D | main.cpp | 67 static void identityCallback (GstElement *src, GstBuffer *buffer, GstElement* textoverlay) in identityCallback() argument 77 g_object_set(G_OBJECT(textoverlay), "text", s, NULL); in identityCallback() 255 GstElement* textoverlay = gst_element_factory_make ("textoverlay", "textoverlay0"); in main() local 259 if (!videosrc || !decodebin || !identity || !textoverlay || !glimagesink) in main() 268 g_signal_connect(identity, "handoff", G_CALLBACK(identityCallback), textoverlay) ; in main() 269 g_object_set(G_OBJECT(textoverlay), "font_desc", "Ahafoni CLM Bold 30", NULL); in main() 275 textoverlay, glimagesink, NULL); in main() 282 if (!gst_element_link_pads(identity, "src", textoverlay, "video_sink")) in main() 288 gboolean link_ok = gst_element_link (textoverlay, glimagesink); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/ |
D | main.cpp | 67 …eReturn textoverlay_sink_pad_probe_cb (GstPad *pad, GstPadProbeInfo *info, GstElement* textoverlay) in textoverlay_sink_pad_probe_cb() argument 77 g_object_set(G_OBJECT(textoverlay), "text", s, NULL); in textoverlay_sink_pad_probe_cb() 256 …GstElement* textoverlay = gst_element_factory_make ("textoverlay", "textoverlay0"); //textoverlay … in main() local 270 if (!videosrc || !decodebin || !videoconvert || !textoverlay || !tee || in main() 287 g_object_set(G_OBJECT(textoverlay), "font_desc", "Ahafoni CLM Bold 30", NULL); in main() 292 gst_bin_add_many (GST_BIN (pipeline), videosrc, decodebin, videoconvert, textoverlay, tee, in main() 297 GstPad* textoverlay_sink_pad = gst_element_get_static_pad (textoverlay, "video_sink"); in main() 299 … (GstPadProbeCallback) textoverlay_sink_pad_probe_cb, (gpointer)textoverlay, NULL); in main() 302 if (!gst_element_link_many(videoconvert, textoverlay, tee, NULL)) in main()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstclockoverlay.c | 200 GstBaseTextOverlay *textoverlay; in gst_clock_overlay_init() local 204 textoverlay = GST_BASE_TEXT_OVERLAY (overlay); in gst_clock_overlay_init() 206 textoverlay->valign = GST_BASE_TEXT_OVERLAY_VALIGN_TOP; in gst_clock_overlay_init() 207 textoverlay->halign = GST_BASE_TEXT_OVERLAY_HALIGN_LEFT; in gst_clock_overlay_init() 216 context = textoverlay->pango_context; in gst_clock_overlay_init()
|
D | gsttimeoverlay.c | 301 GstBaseTextOverlay *textoverlay; in gst_time_overlay_init() local 306 textoverlay = GST_BASE_TEXT_OVERLAY (overlay); in gst_time_overlay_init() 308 textoverlay->valign = GST_BASE_TEXT_OVERLAY_VALIGN_TOP; in gst_time_overlay_init() 309 textoverlay->halign = GST_BASE_TEXT_OVERLAY_HALIGN_LEFT; in gst_time_overlay_init() 316 context = textoverlay->pango_context; in gst_time_overlay_init()
|
D | gstpangoelements.h | 36 GST_ELEMENT_REGISTER_DECLARE (textoverlay);
|
D | gsttextoverlay.c | 89 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (textoverlay, "textoverlay",
|
D | gstpangoplugin.c | 38 ret |= GST_ELEMENT_REGISTER (textoverlay, plugin); in plugin_init()
|
D | gsttimeoverlay.h | 58 GstBaseTextOverlay textoverlay; member
|
D | gstclockoverlay.h | 49 GstBaseTextOverlay textoverlay; member
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | gst-plugins-base.supp | 13 # Suppression for pango on ubuntu edgy/x86 and textoverlay test 619 # FIXME: how does this even happen ? reproduce with make elements/textoverlay.valgrind
|
D | meson.build | 75 [ 'elements/textoverlay.c', not pango_dep.found() ],
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 44 * -base pango: textoverlay: Text overlay
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 353 pads are actually unlinked first. If a textoverlay 3649 * tests/check/elements/textoverlay.c: 17212 gltestsrc ! textoverlay text=GStreamer ! glimagesinkelement 22261 * tests/check/elements/textoverlay.c: 26459 with things like textoverlay. 26461 gl ! textoverlay ! glfilter ! ... ! glimagesinkelement 26471 gl ! textoverlay ! glupload ! glimagesinkelement 29479 This makes pipelines with textoverlay ! glupload ! gldownload ! xvimagesink possible. 29547 textoverlay text="Hello World" font-desc="sans bold 30" ! \ 29551 textoverlay text="text1" valignment="top" font-desc="sans bold 30" ! \ [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 75179 opencv: textoverlay: Ported to OpenCV version 3.1 76291 with things like textoverlay. 76293 gl ! textoverlay ! glfilter ! ... ! glimagesinkelement 76303 gl ! textoverlay ! glupload ! glimagesinkelement 81680 opencv: remove unneeded sink_event function in textoverlay 85922 textoverlay: Switch to C++ 88019 textoverlay: remove unused variable 90258 This makes pipelines with textoverlay ! glupload ! gldownload ! xvimagesink possible. 90326 textoverlay text="Hello World" font-desc="sans bold 30" ! \ 90330 textoverlay text="text1" valignment="top" font-desc="sans bold 30" ! \ [all …]
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 1562 and some fixes to textoverlay to handle subtitles in a stream
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 3733 and some fixes to textoverlay to handle subtitles in a stream
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 85332 textoverlay: forward source events to sinks 134220 pango textoverlay plugin; fixes #455086. 155385 …Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and tex… 155411 Port pango-based textoverlay, timeoverlay and textrender to 0.9 155413 timoverlay derive from textoverlay. Also add new clockoverlay 156403 Fix for collect pads API change. Also fix textoverlay state change function. 156417 Fix for collect pads API change. Also fix textoverlay state 156735 …ext/cairo/: Port cairo textoverlay plugin to 0.9. Add 'shaded-background' property and redo positi… 156751 Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
|