Provided by: libgstreamer-perl_0.19-1_amd64 bug

NAME

       GStreamer::Query::Application -  Dynamically register new query types. Provide functions
       to create queries, and to set and parse values in them.

METHODS

   GstQuery = GStreamer::Query::Application->new ($type, $structure)
       •   $type (GStreamer::QueryType)

       •   $structure (GStreamer::Structure)

ENUMS AND FLAGS

   enum GStreamer::QueryType
       •   'none' / 'GST_QUERY_NONE'

       •   'position' / 'GST_QUERY_POSITION'

       •   'duration' / 'GST_QUERY_DURATION'

       •   'latency' / 'GST_QUERY_LATENCY'

       •   'jitter' / 'GST_QUERY_JITTER'

       •   'rate' / 'GST_QUERY_RATE'

       •   'seeking' / 'GST_QUERY_SEEKING'

       •   'segment' / 'GST_QUERY_SEGMENT'

       •   'convert' / 'GST_QUERY_CONVERT'

       •   'formats' / 'GST_QUERY_FORMATS'

       •   'buffering' / 'GST_QUERY_BUFFERING'

       •   'custom' / 'GST_QUERY_CUSTOM'

       •   'uri' / 'GST_QUERY_URI'

SEE ALSO

       GStreamer

COPYRIGHT

       Copyright (C) 2005-2011 by the gtk2-perl team.

       This software is licensed under the LGPL.  See GStreamer for a full notice.