mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
ogg: log when ogg mapper doesn't accept the setup header packet
This commit is contained in:
parent
8195c26a08
commit
fb07615baa
1 changed files with 2 additions and 0 deletions
|
@ -1169,6 +1169,8 @@ gst_ogg_stream_setup_map (GstOggStream * pad, ogg_packet * packet)
|
||||||
GST_DEBUG ("got stream type %" GST_PTR_FORMAT, pad->caps);
|
GST_DEBUG ("got stream type %" GST_PTR_FORMAT, pad->caps);
|
||||||
pad->map = i;
|
pad->map = i;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
} else {
|
||||||
|
GST_WARNING ("mapper '%s' did not accept setup header", mappers[i].id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue