[PATCH] basetransform: typo fix: remove unbalanced closing parenthesis in debug log

Nicolas Dufresne nicolas at ndufresne.ca
Wed Mar 29 14:30:22 UTC 2017


Le mercredi 29 mars 2017 à 19:26 +0900, Yasushi SHOJI a écrit :
> This unbalanced closing parenthesis is leftover from the commit
> 8b739d91e7.  It used to wrap the caps but we don't seem to do that in
> the current code.
> 
> So, just remove it.  No functionality has been changed.
> ---
> 
> Hi all,
> 
> I just noticed a typo while reading the base transform code.  It
> doesn't no bug.  Just a debug log.

Thanks, note that we don't take any email patch submission in the
GStreamer project. Patches are submitted through bugs.gnome.org on
product GStreamer (this case is component GStreamer (core))). You file
a bug, and attach 1 or more patches. There exist git-bz if you need to
use this very often.

regards,
Nicolas

> 
> 
>  libs/gst/base/gstbasetransform.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libs/gst/base/gstbasetransform.c
> b/libs/gst/base/gstbasetransform.c
> index e10a32845..3157fb725 100644
> --- a/libs/gst/base/gstbasetransform.c
> +++ b/libs/gst/base/gstbasetransform.c
> @@ -1797,7 +1797,7 @@ gst_base_transform_get_unit_size
> (GstBaseTransform * trans, GstCaps * caps,
>    bclass = GST_BASE_TRANSFORM_GET_CLASS (trans);
>    res = bclass->get_unit_size (trans, caps, size);
>    GST_DEBUG_OBJECT (trans,
> -      "caps %" GST_PTR_FORMAT ") has unit size %" G_GSIZE_FORMAT ",
> res %s",
> +      "caps %" GST_PTR_FORMAT " has unit size %" G_GSIZE_FORMAT ",
> res %s",
>        caps, *size, res ? "TRUE" : "FALSE");
>  
>    if (res) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170329/d58065a4/attachment.sig>


More information about the gstreamer-devel mailing list