What does "bfgsb" mean?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

What does "bfgsb" mean?

wl2776
Administrator
I've dumped a constructed playbin2 to a .dot file using GST_DEBUG_BIN_TO_DOT_FILE macro.
All pads have these letters in square brackets prepended with [<] or [>].

What does it mean?
Reply | Threaded
Open this post in threaded view
|

Re: What does "bfgsb" mean?

wl2776
Administrator
Found.
Everything is explained here: http://cgit.freedesktop.org/gstreamer/gstreamer/tree/gst/gstdebugutils.c#n159

BTW, it seems, there is a bug.

pad_flags[3] = GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_IN_SETCAPS) ? 's' : 's';

This variable gets always the same value independent of the flag.
Reply | Threaded
Open this post in threaded view
|

Re: What does "bfgsb" mean?

Stefan Sauer
Am 25.02.2010 16:28, schrieb wl2776:

>
> Found.
> Everything is explained here:
> http://cgit.freedesktop.org/gstreamer/gstreamer/tree/gst/gstdebugutils.c#n159
>
> BTW, it seems, there is a bug.
>
> pad_flags[3] = GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_IN_SETCAPS) ? 's' : 's';
>
> This variable gets always the same value independent of the flag.

thanks, I fixed it and will push after the release.

Stefan

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel