mpegtspacketizer/parse: Don't use gst_structure_to_string() for debugging.
authorEdward Hervey <bilboed@bilboed.com>
Tue, 15 Sep 2009 17:44:46 +0000 (19:44 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 19 Sep 2009 10:32:10 +0000 (12:32 +0200)
commit0ac7e16066a83eaa1aa2b7d5d90aab32a55c763b
tree811de393d3fc065a4cadce6c574b521b0eb14bef
parent0daedae52f4184fa605bde8583c29fe57c228aa4
mpegtspacketizer/parse: Don't use gst_structure_to_string() for debugging.

There's GST_PTR_FORMAT for that, and too bad for the systems that don't have
support for that. It just costs too much cpu.
gst/mpegdemux/mpegtspacketizer.c
gst/mpegdemux/mpegtsparse.c