All pastes #1971311 Raw Edit

Stuff

public text v1 · immutable
#1971311 ·published 2010-10-23 22:34 UTC
rendered paste body
Factory Details:
  Long name:	FFmpeg H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 decoder
  Class:	Codec/Decoder/Video
  Description:	FFmpeg h264 decoder
  Author(s):	Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com>
  Rank:		primary (256)

Plugin Details:
  Name:			ffmpeg
  Description:		All FFmpeg codecs and formats (local snapshot)
  Filename:		/usr/lib64/gstreamer-0.10/libgstffmpeg.so
  Version:		0.10.11
  License:		LGPL
  Source module:	gst-ffmpeg
  Binary package:	FFmpeg
  Origin URL:		http://ffmpeg.org/

GObject
 +----GstObject
       +----GstElement
             +----ffdec_h264

Pad Templates:
  SRC template: 'src'
    Availability: Always
    Capabilities:
      video/x-raw-rgb
      video/x-raw-yuv

  SINK template: 'sink'
    Availability: Always
    Capabilities:
      video/x-h264
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]


Element Flags:
  no flags set

Element Implementation:
  Has change_state() function: 0x7fade4576040
  Has custom save_thyself() function: 0x7fade76fc4f0
  Has custom restore_thyself() function: 0x7fade76f8d40

Element has no clocking capabilities.
Element has no indexing capabilities.
Element has no URI handling capabilities.

Pads:
  SRC: 'src'
    Implementation:
      Has custom eventfunc(): 0x7fade4573690
      Has custom queryfunc(): 0x7fade4573610
    Pad Template: 'src'
  SINK: 'sink'
    Implementation:
      Has chainfunc(): 0x7fade4575020
      Has custom eventfunc(): 0x7fade45754e0
    Pad Template: 'sink'

Element Properties:
  name                : The name of the object
                        flags: readable, writable
                        String. Default: null Current: "ffdec_h2640"
  lowres              : At which resolution to decode images
                        flags: readable, writable
                        Enum "GstFFMpegDecLowres" Default: 0, "full" Current: 0, "full"
                           (0): full             - 0
                           (1): 1/2-size         - 1
                           (2): 1/4-size         - 2
  skip-frame          : Which types of frames to skip during decoding
                        flags: readable, writable
                        Enum "GstFFMpegDecSkipFrame" Default: 0, "Skip nothing" Current: 0, "Skip nothing"
                           (0): Skip nothing     - 0
                           (1): Skip B-frames    - 1
                           (2): Skip IDCT/Dequantization - 2
                           (5): Skip everything  - 5
  direct-rendering    : Enable direct rendering
                        flags: readable, writable
                        Boolean. Default: true Current: true
  do-padding          : Add 0 padding before decoding data
                        flags: readable, writable
                        Boolean. Default: true Current: true
  debug-mv            : Whether ffmpeg should print motion vectors on top of the image
                        flags: readable, writable
                        Boolean. Default: false Current: false