hdv1394src

hdv1394src — Source for MPEG-TS video data from firewire port

Synopsis

                    GstHDV1394Src;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSrc
                     +----GstPushSrc
                           +----GstHDV1394Src

Implemented Interfaces

GstHDV1394Src implements GstURIHandler and GstPropertyProbe.

Properties

  "channel"                  gint                  : Read / Write
  "device-name"              gchar*                : Read
  "guid"                     guint64               : Read / Write
  "port"                     gint                  : Read / Write
  "use-avc"                  gboolean              : Read / Write

Description

Read MPEG-TS data from firewire port.

Example launch line

gst-launch hdv1394src ! queue ! decodebin name=d ! queue ! xvimagesink d. ! queue ! alsasink
captures from the firewire port and plays the streams.
gst-launch hdv1394src ! queue ! filesink location=mydump.ts
capture to a disk file

Details

GstHDV1394Src

typedef struct _GstHDV1394Src GstHDV1394Src;

Property Details

The "channel" property

  "channel"                  gint                  : Read / Write

Channel number for listening.

Allowed values: [0,64]

Default value: 63


The "device-name" property

  "device-name"              gchar*                : Read

Descriptive name of the currently opened device

Default value: "Default"

Since 0.10.7


The "guid" property

  "guid"                     guint64               : Read / Write

select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid).

Default value: 0


The "port" property

  "port"                     gint                  : Read / Write

Port number (-1 automatic).

Allowed values: [G_MAXULONG,16]

Default value: -1


The "use-avc" property

  "use-avc"                  gboolean              : Read / Write

Use AV/C VTR control.

Default value: TRUE