baseparse: don't try to GST_LOG an already-freed caps string
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 1 Jun 2009 12:47:01 +0000 (13:47 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:06:58 +0000 (18:06 +0100)
commitc59ee281bad871925c5ef211742d178c8c180937
treefeae8c1e6a4b7f26242f1a6cbcf7fc631819ad0b
parentfc09fe78aff9a9bff269631e9964fd677c0139f7
baseparse: don't try to GST_LOG an already-freed caps string

The proper way to log caps is via GST_PTR_FORMAT anyway.
gst/aacparse/gstbaseparse.c