ogg: log when ogg mapper doesn't accept the setup header packet
This commit is contained in:
parent
8195c26a08
commit
fb07615baa
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user