g_object_set -> setting the output "location" of a filesink

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

g_object_set -> setting the output "location" of a filesink

saurabh dixit
Hi All,

I want to set the location of filesink & for that i have used
g_object_set (G_OBJECT (sink), "loaction", "test.ogg", NULL)

my program runs but not create but not create the output file
can nay body tell me the correct way.


thanks & regards
saurabh dixit
Reply | Threaded
Open this post in threaded view
|

Re: g_object_set -> setting the output "location" of a filesink

Richard
Spelling mistake..

location... not loaction.

<snip>
g_object_set (G_OBJECT (sink), "loaction", "test.ogg", NULL)
</end snip>

Richard

On 19 April 2012 12:44, saurabh dixit <[hidden email]> wrote:

> Hi All,
>
> I want to set the location of filesink & for that i have used
> g_object_set (G_OBJECT (sink), "loaction", "test.ogg", NULL)
>
> my program runs but not create but not create the output file
> can nay body tell me the correct way.
>
>
> thanks & regards
> saurabh dixit
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/g-object-set-setting-the-output-location-of-a-filesink-tp4570617p4570617.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: g_object_set -> setting the output "location" of a filesink

nicolaihess@googlemail.com
In reply to this post by saurabh dixit

----- Ursprüngliche Mitteilung -----


> Hi All,
>
> I want to set the location of filesink & for that i have used
> g_object_set (G_OBJECT (sink), "loaction", "test.ogg", NULL)
>
> my program runs but not create but not create the output file
> can nay body tell me the correct way.
>
>
> thanks & regards
> saurabh dixit
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/g-object-set-setting-the-output-location-of-a-filesink-tp4570617p4570617.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________ gstreamer-devel mailing
> list [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


g_object_set (G_OBJECT (sink), "location", "test.ogg", NULL)


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel