mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
stats: fixup doc name and remove commented code
This commit is contained in:
parent
4f6f8cb811
commit
4ab1e6e3f7
1 changed files with 1 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
/**
|
||||
* SECTION:gstrusage
|
||||
* SECTION:gststats
|
||||
* @short_description: log event stats
|
||||
*
|
||||
* A tracing module that builds usage statistic for elements and pads.
|
||||
|
@ -661,7 +661,5 @@ gst_stats_tracer_invoke (GstTracer * obj, GstTracerHookId hid,
|
|||
static void
|
||||
gst_stats_tracer_finalize (GObject * obj)
|
||||
{
|
||||
//GstStatsTracer *self = GST_STATS_TRACER_CAST (obj);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (obj);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue