mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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;
|
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 */
|
/* get all the formats we can handle on this pad */
|
||||||
if (direction == GST_PAD_SRC)
|
if (direction == GST_PAD_SRC)
|
||||||
|
|
Loading…
Reference in a new issue