Advertisement
Guest User

PKGBUILD 1.1-9.8

a guest
Sep 23rd, 2010
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. killajoe:~$ gst-inspect-0.10 mpegtsparse
  2. Factory Details:
  3.   Long name:    MPEG transport stream parser
  4.   Class:    Codec/Parser
  5.   Description:  Parses MPEG2 transport streams
  6.   Author(s):    Alessandro Decina <alessandro@nnva.org>, Zaheer Abbas Merali <zaheerabbas at merali dot org>
  7.   Rank:     none (0)
  8.  
  9. Plugin Details:
  10.   Name:         mpegdemux2
  11.   Description:      MPEG demuxers
  12.   Filename:     /usr/lib/gstreamer-0.10/libgstmpegdemux.so
  13.   Version:      0.10.19
  14.   License:      unknown
  15.   Source module:    gst-plugins-bad
  16.   Binary package:   GStreamer Bad Plugins (Archlinux)
  17.   Origin URL:       http://www.archlinux.org/
  18.  
  19. GObject
  20.  +----GstObject
  21.        +----GstElement
  22.              +----MpegTSParse
  23.  
  24. Pad Templates:
  25.   SINK template: 'sink'
  26.     Availability: Always
  27.     Capabilities:
  28.       video/mpegts
  29.            systemstream: true
  30.  
  31.   SRC template: 'src%d'
  32.     Availability: On request
  33.       Has request_new_pad() function: 0x7fc7f40ae760
  34.     Capabilities:
  35.       video/mpegts
  36.            systemstream: true
  37.  
  38.   SRC template: 'program_%d'
  39.     Availability: Sometimes
  40.     Capabilities:
  41.       video/mpegts
  42.            systemstream: true
  43.  
  44.  
  45. Element Flags:
  46.   no flags set
  47.  
  48. Element Implementation:
  49.   Has change_state() function: 0x7fc7f40ae650
  50.   Has custom save_thyself() function: gst_element_save_thyself
  51.   Has custom restore_thyself() function: gst_element_restore_thyself
  52.  
  53. Element has no clocking capabilities.
  54. Element has no indexing capabilities.
  55. Element has no URI handling capabilities.
  56.  
  57. Pads:
  58.   SINK: 'sink'
  59.     Implementation:
  60.       Has chainfunc(): 0x7fc7f40ae9b0
  61.       Has custom eventfunc(): 0x7fc7f40ae910
  62.     Pad Template: 'sink'
  63.  
  64. Element Properties:
  65.   name                : The name of the object
  66.                         flags: lesbar, schreibbar
  67.                         String. Default: null Current: "mpegtsparse0"
  68.   program-numbers     : Colon separated list of programs
  69.                         flags: lesbar, schreibbar
  70.                         String. Default: "" Current: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement