[gst-devel] Question about caps, displayed in .dot files
Stefan Kost
ensonic at hora-obscura.de
Mon Aug 9 17:05:59 CEST 2010
On 22.07.2010 12:12, wl2776 wrote:
> While using GST_DEBUG_BIN_TO_DOT_FILE macro I am getting different pictures.
> Sometimes links between elements have two caps definitions, and sometimes -
> only one.
>
> For example, when I build a pipeline using gst-launch, typefind and
> mpegpsdemux have a link with two labels:
> video/mpeg
> mpegversion: {1, 2}
> systemstream: true
> video/x-cdxa
>
> at the typefind.source
> and
> ANY
> at mpegpsdemux.sink
>
> However, when I use playbin2, this link has only one label:
> video/mpeg
> mpegversion: {1, 2}
> systemstream: true
>
>
> Do two caps labels mean that the linked elements are not fully negotiated
> yet?
>
>
yes.
Stefan
More information about the gstreamer-devel
mailing list