summaryrefslogtreecommitdiffstats
path: root/gst/debugutils
AgeCommit message (Collapse)AuthorFilesLines
2009-04-23fpsdisplay: more cleanupsStefan Kost1-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-23fpsdisplay: use a nicer font familyStefan Kost1-1/+1
2009-04-23fpsdisplay: various cleanups, docs and commentsStefan Kost1-67/+54
Remove unused base_init. Add basic doc blob. Reuse query object. Rename variables for clarity. Add comments and ToDos.
2009-04-23fpsdisplay: remove iface proxyStefan Kost1-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-16fpsdisplaysink: add a initial port of a sink with fps displayStefan Kost3-0/+592
This now works with a event probe. Needs some extra work.