setting format for rawvideoparse

Nicolas Dufresne nicolas at ndufresne.ca
Thu Mar 26 14:21:41 UTC 2020


Le jeudi 26 mars 2020 à 13:33 +0200, Yair Reshef a écrit :
> trying to pass arguments to rawvideoparse,
> g_object_set (G_OBJECT (parse), "format", "rgb888": , NULL);
> 
> getting this. 
> 
>  GLib-GObject-WARNING **: 13:32:32.332: value "((GstVideoFormat) 1967134597)" of type 'GstVideoFormat' is invalid or out of range for property 'format' of type 'GstVideoFormat'

rgb888 is not a valid format name. From the name you have used, perhaps
you wanted 24bit packed rgb ? This is simply mapped to "rgb".

> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list