X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fplugins%2Fhtml%2Fgst-plugins-base-plugins-giosrc.html;h=84bdf9d232d7cac347f625ac9043f1f91033269e;hb=f2f53c02d843224594b7e7e4eb7e78edb8b3ec3f;hp=a3a83f3fff3b98a5c87c91f893abb60805cf2175;hpb=0a9caca128b752650ad46896402756827408e01e;p=framework%2Fmultimedia%2Fgst-plugins-base0.10.git diff --git a/docs/plugins/html/gst-plugins-base-plugins-giosrc.html b/docs/plugins/html/gst-plugins-base-plugins-giosrc.html index a3a83f3..84bdf9d 100644 --- a/docs/plugins/html/gst-plugins-base-plugins-giosrc.html +++ b/docs/plugins/html/gst-plugins-base-plugins-giosrc.html @@ -3,12 +3,12 @@ giosrc - + - + @@ -72,73 +72,10 @@ GstGioSrc implements

Description

-

-This plugin reads data from a local or remote location specified -by an URI. This location can be specified using any protocol supported by -the GIO library or it's VFS backends. Common protocols are 'file', 'http', -'ftp', or 'smb'. -

-

-If an URI or GFile is not mounted giosrc will post a message of type -GST_MESSAGE_ELEMENT with name "not-mounted" on the bus. The message -also contains the GFile and the corresponding URI. -Applications can use the "not-mounted" message to mount the GFile -by calling g_file_mount_enclosing_volume() and then restart the -pipeline after the mounting has succeeded. Note that right after the -"not-mounted" message a normal error message is posted on the bus which -should be ignored if "not-mounted" is handled by the application, for -example by calling gst_bus_set_flushing(bus, TRUE) after the "not-mounted" -message was received and gst_bus_set_flushing(bus, FALSE) after the -mounting was successful. -

-

-

-
-

Example launch lines

-
- - - - - - - -
1
gst-launch -v giosrc location=file:///home/joe/foo.xyz ! fakesink
-
- The above pipeline will simply read a local file and do nothing with the -data read. Instead of giosrc, we could just as well have used the -filesrc element here. -
- - - - - - - -
1
gst-launch -v giosrc location=smb://othercomputer/foo.xyz ! filesink location=/home/joe/foo.xyz
-
- The above pipeline will copy a file from a remote host to the local file -system using the Samba protocol. -
- - - - - - - -
1
gst-launch -v giosrc location=http://music.foobar.com/demo.mp3 ! mad ! audioconvert ! audioresample ! alsasink
-
- The above pipeline will read and decode and play an mp3 file from a -web server using the http protocol. -
-

-

Synopsis

-

Element Information

+

Element Information

@@ -161,7 +98,7 @@ web server using the http protocol.
-

Element Pads

+

Element Pads

@@ -194,7 +131,6 @@ web server using the http protocol.

struct GstGioSrc

struct GstGioSrc;

-Opaque data structure.

@@ -210,19 +146,12 @@ Opaque data structure.

The "file" property

  "file"                     GFile*                : Read / Write
-

-GFile to read from. -

-

Since 0.10.20

+

GFile to read from.

- + Generated by GTK-Doc V1.18 \ No newline at end of file