Blame docs/plugins/html/gst-plugins-base-plugins-theoraparse.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>theoraparse: GStreamer Base Plugins 1.0 Plugins 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 Plugins Reference Manual">
Packit 971217
<link rel="up" href="ch01.html" title="gst-plugins-base Elements">
Packit 971217
<link rel="prev" href="gst-plugins-base-plugins-theoraenc.html" title="theoraenc">
Packit 971217
<link rel="next" href="gst-plugins-base-plugins-timeoverlay.html" title="timeoverlay">
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
                  Object Hierarchy
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

theoraparse

Packit 971217

theoraparse

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Types and Values

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
struct
Packit 971217
GstTheoraParse
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Object Hierarchy

Packit 971217
    GObject
Packit 971217
    ╰── GInitiallyUnowned
Packit 971217
        ╰── GstObject
Packit 971217
            ╰── GstElement
Packit 971217
                ╰── GstTheoraParse
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Description

Packit 971217

The theoraparse element will parse the header packets of the Theora

Packit 971217
stream and put them as the streamheader in the caps. This is used in the
Packit 971217
multifdsink case where you want to stream live theora streams to multiple
Packit 971217
clients, each client has to receive the streamheaders first before they can
Packit 971217
consume the theora packets.

Packit 971217

This element also makes sure that the buffers that it pushes out are properly

Packit 971217
timestamped and that their offset and offset_end are set. The buffers that
Packit 971217
theoraparse outputs have all of the metadata that oggmux expects to receive,
Packit 971217
which allows you to (for example) remux an ogg/theora file.

Packit 971217

In addition, this element allows you to fix badly synchronized streams. You

Packit 971217
pass in an array of (granule time, buffer time) synchronization points via
Packit 971217
the synchronization-points GValueArray property, and this element will adjust
Packit 971217
the granulepos values that it outputs. The adjustment will be made by
Packit 971217
offsetting all buffers that it outputs by a specified amount, and updating
Packit 971217
that offset from the value array whenever a keyframe is processed.

Packit 971217
Packit 971217

Example pipelines

Packit 971217
Packit 971217
  
Packit 971217
    
Packit 971217
      
Packit 971217
        
1
Packit 971217
        
gst-launch-1.0 -v filesrc location=video.ogg ! oggdemux ! theoraparse ! fakesink
Packit 971217
      
Packit 971217
    
Packit 971217
  
Packit 971217
Packit 971217
Packit 971217

Packit 971217
 This pipeline shows that the streamheader is set in the caps, and that each
Packit 971217
buffer has the timestamp, duration, offset, and offset_end set.

Packit 971217
Packit 971217
  
Packit 971217
    
Packit 971217
      
Packit 971217
        
1
Packit 971217
2
Packit 971217
        
gst-launch-1.0 filesrc location=video.ogg ! oggdemux ! theoraparse \
Packit 971217
           ! oggmux ! filesink location=video-remuxed.ogg
Packit 971217
      
Packit 971217
    
Packit 971217
  
Packit 971217
Packit 971217
Packit 971217

Packit 971217
 This pipeline shows remuxing. video-remuxed.ogg might not be exactly the same
Packit 971217
as video.ogg, but they should produce exactly the same decoded data.

Packit 971217
Packit 971217
Packit 971217

Synopsis

Packit 971217
Packit 971217

Element Information

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

plugin

Packit 971217
Packit 971217
            theora
Packit 971217
          
Packit 971217
Packit 971217
Packit 971217

author

Packit 971217
Andy Wingo <wingo@pobox.com>
Packit 971217
Packit 971217
Packit 971217

class

Packit 971217
Codec/Parser/Video
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Packit 971217
Packit 971217

Element Pads

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

name

Packit 971217
sink
Packit 971217
Packit 971217
Packit 971217

direction

Packit 971217
sink
Packit 971217
Packit 971217
Packit 971217

presence

Packit 971217
always
Packit 971217
Packit 971217
Packit 971217

details

Packit 971217
video/x-theora
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

name

Packit 971217
src
Packit 971217
Packit 971217
Packit 971217

direction

Packit 971217
source
Packit 971217
Packit 971217
Packit 971217

presence

Packit 971217
always
Packit 971217
Packit 971217
Packit 971217

details

Packit 971217
video/x-theora
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Functions

Packit 971217

Packit 971217
Packit 971217
Packit 971217

Types and Values

Packit 971217
Packit 971217

struct GstTheoraParse

Packit 971217
struct GstTheoraParse;
Packit 971217

Opaque data structure.

Packit 971217
Packit 971217
Packit 971217
Packit 971217

See Also

Packit 971217

theoradec, oggdemux, vorbisparse

Packit 971217
Packit 971217
Packit 971217
Packit 971217

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