Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-20 | fpsdisplaysink: check query return result before using it | Stefan Kost | 1 | -1/+4 | |
2009-06-25 | capssetter: import element into -bad | Mark Nauwelaerts | 4 | -3/+418 | |
2009-06-07 | Added base libs to debug utils makefile | LRN | 1 | -1/+1 | |
Fixes #585015 | |||||
2009-05-16 | fpsdisplaysink: Fix resetting of the sink in NULL | Jan Schmidt | 1 | -4/+12 | |
Reset the fpsdisplaysink in NULL by removing the textoverlay if we created it. Fixes: #582633 | |||||
2009-05-01 | docs: make fpsdisplaysink show up in the docs | Tim-Philipp Müller | 1 | -1/+1 | |
2009-05-01 | fpsdisplaysink: move private struct into plugin struct and use Gst namespace | Tim-Philipp Müller | 2 | -138/+124 | |
2009-05-01 | fpsdisplaysink: rename plugin (not element) to debugutilsbad | Tim-Philipp Müller | 3 | -22/+48 | |
Makes it easier to add further utils here without creating yet another plugin. | |||||
2009-04-30 | fpsdisplaysink: init variable to NULL to avoid compiler warning | Tristan Matthews | 1 | -1/+1 | |
Fixes #580901. | |||||
2009-04-30 | fpsdisplay: code cleanup and plug overlay as needed | Stefan Kost | 1 | -28/+57 | |
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. | |||||
2009-04-23 | fpsdisplay: more cleanups | Stefan Kost | 1 | -11/+15 | |
Use normal gst-defines in PLUGIN_DEFINE. Shorten _start/stop method names. More ideas. Move debug category-init down to plugin-init. | |||||
2009-04-23 | fpsdisplay: use a nicer font family | Stefan Kost | 1 | -1/+1 | |
2009-04-23 | fpsdisplay: various cleanups, docs and comments | Stefan Kost | 1 | -67/+54 | |
Remove unused base_init. Add basic doc blob. Reuse query object. Rename variables for clarity. Add comments and ToDos. | |||||
2009-04-23 | fpsdisplay: remove iface proxy | Stefan Kost | 1 | -71/+1 | |
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. | |||||
2009-04-16 | fpsdisplaysink: add a initial port of a sink with fps display | Stefan Kost | 3 | -0/+592 | |
This now works with a event probe. Needs some extra work. |