| GStreamer Good Plugins 1.0 Plugins Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Implemented Interfaces | Properties | ||||
"channel" gint : Read / Write "device-name" gchar* : Read "guid" guint64 : Read / Write "port" gint : Read / Write "use-avc" gboolean : Read / Write
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
user-friendly name of the device.
Default value: "Default"
"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