mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
basetrans: fix comment
This commit is contained in:
parent
cfe71423f0
commit
3fa69e6e11
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ gst_base_transform_acceptcaps_default (GstBaseTransform * trans,
|
|||
{
|
||||
GstCaps *allowed;
|
||||
|
||||
GST_DEBUG_OBJECT (trans, "non fixed accept caps %" GST_PTR_FORMAT, caps);
|
||||
GST_DEBUG_OBJECT (trans, "accept caps %" GST_PTR_FORMAT, caps);
|
||||
|
||||
/* get all the formats we can handle on this pad */
|
||||
if (direction == GST_PAD_SRC)
|
||||
|
|
Loading…
Reference in a new issue