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 14:44:46 +0000 (15:44 +0100)
commit09243a12bdf5afab65d02ee93fae9277908f9b32
treeabb159e1d2e789d29c2cc072c755b07bf3796f97
parent56605e51a749a53e1e605ff09118e099f9047f5e
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