![]() |
![]() |
![]() |
GStreamer Good Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Properties |
"channel" gint : Read / Write "device-name" gchar* : Read "guid" guint64 : Read / Write "port" gint : Read / Write "use-avc" gboolean : Read / Write
Read MPEG-TS data from firewire port.
1 |
gst-launch hdv1394src ! queue ! decodebin name=d ! queue ! xvimagesink d. ! queue ! alsasink |
1 |
gst-launch hdv1394src ! queue ! filesink location=mydump.ts |
struct GstHDV1394Src { GstPushSrc element; gint num_ports; gint port; gint channel; octlet_t guid; gint avc_node; gboolean use_avc; struct raw1394_portinfo pinfo[16]; raw1394handle_t handle; gpointer outdata; gsize outoffset; guint frame_size; guint frame_sequence; int control_sock[2]; gchar *uri; gchar *device_name; gboolean connected; iec61883_mpeg2_t iec61883mpeg2; };
"channel"
property"channel" gint : Read / Write
Channel number for listening.
Allowed values: [0,64]
Default value: 63
"device-name"
property"device-name" gchar* : Read
Descriptive name of the currently opened device
Default value: "Default"
Since 0.10.7
"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
"port"
property"port" gint : Read / Write
Port number (-1 automatic).
Allowed values: [G_MAXULONG,16]
Default value: -1