summaryrefslogtreecommitdiffstats
path: root/examples/seeking/spider_seek.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-02-02 19:25:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-02-02 19:25:58 +0000
commit92749d3422e1bdce6e2db5b95f33e34032a98fc8 (patch)
tree93b61a208f20ceac9332458d0752a99e2eca22c3 /examples/seeking/spider_seek.c
parent48300827a18b9145bc5d57afee0520c3b226d50f (diff)
downloadgst-plugins-bad-92749d3422e1bdce6e2db5b95f33e34032a98fc8.tar.gz
gst-plugins-bad-92749d3422e1bdce6e2db5b95f33e34032a98fc8.tar.bz2
gst-plugins-bad-92749d3422e1bdce6e2db5b95f33e34032a98fc8.zip
- Cleanups
Original commit message from CVS: - Cleanups - remove old tracing API calls
Diffstat (limited to 'examples/seeking/spider_seek.c')
-rw-r--r--examples/seeking/spider_seek.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/seeking/spider_seek.c b/examples/seeking/spider_seek.c
index 3b155cde..a5cf0322 100644
--- a/examples/seeking/spider_seek.c
+++ b/examples/seeking/spider_seek.c
@@ -371,8 +371,5 @@ main (int argc, char **argv)
gtk_main ();
- gst_buffer_print_stats();
- gst_event_print_stats();
-
return 0;
}