Age | Commit message (Collapse) | Author | Files | Lines |
|
Reset the fpsdisplaysink in NULL by removing the textoverlay if we
created it.
Fixes: #582633
|
|
|
|
|
|
Makes it easier to add further utils here without creating yet another plugin.
|
|
Fixes #580901.
|
|
Pluggin the text-ovelay causes some slowdowns and might need a colorspace
converter. We now only check the text-overlay property whne goint to ready and
plug or unplug the text-overlay at that time. If the property changes during
playing, its not switched immediately.
|
|
Use normal gst-defines in PLUGIN_DEFINE. Shorten _start/stop method names.
More ideas. Move debug category-init down to plugin-init.
|
|
|
|
Remove unused base_init. Add basic doc blob. Reuse query object. Rename
variables for clarity. Add comments and ToDos.
|
|
When we get bus messages for setting the xid, we have the real sink element
instance as message_src. No need to proxy the xoverlay iface therefore
(autovideosink does not do it either). Also we don't need to rewrite the
message src of all messages from that sink.
|
|
This now works with a event probe. Needs some extra work.
|