ogg: log when ogg mapper doesn't accept the setup header packet

This commit is contained in:
Tim-Philipp Müller 2009-12-03 01:16:17 +00:00
parent 8195c26a08
commit fb07615baa

View file

@ -1169,6 +1169,8 @@ gst_ogg_stream_setup_map (GstOggStream * pad, ogg_packet * packet)
GST_DEBUG ("got stream type %" GST_PTR_FORMAT, pad->caps);
pad->map = i;
return TRUE;
} else {
GST_WARNING ("mapper '%s' did not accept setup header", mappers[i].id);
}
}
}