diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2003-02-02 19:25:58 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2003-02-02 19:25:58 +0000 |
commit | 37afd276814a4db57d59f140dd8eda5b8502378f (patch) | |
tree | b6000af9985b5800478a8c8a11b7cf98c268966d /examples/seeking/cdplayer.c | |
parent | df0b94aae40c654ce58a6d164c920ae4f1b3f224 (diff) |
- Cleanups
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
Diffstat (limited to 'examples/seeking/cdplayer.c')
-rw-r--r-- | examples/seeking/cdplayer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/seeking/cdplayer.c b/examples/seeking/cdplayer.c index 35921023..1450983f 100644 --- a/examples/seeking/cdplayer.c +++ b/examples/seeking/cdplayer.c @@ -296,8 +296,5 @@ main (int argc, char **argv) gst_element_set_state (pipeline, GST_STATE_NULL); - gst_buffer_print_stats(); - gst_event_print_stats(); - return 0; } |