Blame docs/libs/html/gst-plugins-base-libs-Pbutils.html

Packit 971217
Packit 971217
<html>
Packit 971217
<head>
Packit 971217
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 971217
<title>Pbutils: GStreamer Base Plugins 1.0 Library Reference Manual</title>
Packit 971217
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
Packit 971217
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
Packit 971217
<link rel="up" href="gstreamer-base-utils.html" title="Base Utils Library">
Packit 971217
<link rel="prev" href="gstreamer-base-utils.html" title="Base Utils Library">
Packit 971217
<link rel="next" href="gst-plugins-base-libs-Version.html" title="Version">
Packit 971217
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
Packit 971217
<link rel="stylesheet" href="style.css" type="text/css">
Packit 971217
</head>
Packit 971217
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 971217
Packit 971217
Packit 971217
Top  | 
Packit 971217
                  Description
Packit 971217
Packit 971217
Home
Packit 971217
Up
Packit 971217
Prev
Packit 971217
Next
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Pbutils

Packit 971217

Pbutils — General Application and Plugin Utility Library

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Functions

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
void
Packit 971217
Packit 971217
Packit 971217
gst_pb_utils_init ()
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Includes

Packit 971217
#include <gst/pbutils/pbutils.h>
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Description

Packit 971217

libgstpbutils is a general utility library for plugins and applications.

Packit 971217
It currently provides the
Packit 971217
following:

Packit 971217
    Packit 971217
  • human-readable description strings of codecs, elements, sources, decoders,

  • Packit 971217
    encoders, or sinks from decoder/encoder caps, element names, or protocol
    Packit 971217
    names.

    Packit 971217
  • support for applications to initiate installation of missing plugins (if

  • Packit 971217
    this is supported by the distribution or operating system used)

    Packit 971217
  • API for GStreamer elements to create missing-plugin messages in order to

  • Packit 971217
    communicate to the application that a certain type of plugin is missing
    Packit 971217
    (decoder, encoder, URI protocol source, URI protocol sink, named element)

    Packit 971217
  • API for applications to recognise and handle missing-plugin messages

  • Packit 971217
    Packit 971217
    Packit 971217

    Linking to this library

    Packit 971217

    You should obtain the required CFLAGS and LIBS using pkg-config on the

    Packit 971217
    gstreamer-plugins-base-0.10 module. You will then also need to add
    Packit 971217
    '-lgstpbutils-0.10' manually to your LIBS line.

    Packit 971217
    Packit 971217
    Packit 971217

    Library initialisation

    Packit 971217

    Before using any of its functions, applications and plugins must call

    Packit 971217
    gst_pb_utils_init() to initialise the library.

    Packit 971217
    Packit 971217
    Packit 971217
    Packit 971217

    Functions

    Packit 971217
    Packit 971217

    gst_pb_utils_init ()

    Packit 971217
    void
    Packit 971217
    gst_pb_utils_init (void);
    Packit 971217

    Initialises the base utils support library. This function is not

    Packit 971217
    thread-safe. Applications should call it after calling gst_init(),
    Packit 971217
    plugins should call it from their plugin_init function.

    Packit 971217

    This function may be called multiple times. It will do nothing if the

    Packit 971217
    library has already been initialised.

    Packit 971217
    Packit 971217
    Packit 971217
    Packit 971217

    Types and Values

    Packit 971217
    Packit 971217
    Packit 971217
    Packit 971217

    Generated by GTK-Doc V1.27
    Packit 971217
    </body>
    Packit 971217
    </html>