Re: Subject: how to set "max-size-time" property of queue ?

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

Re: Subject: how to set "max-size-time" property of queue ?

王林光
 
Hi,all
I have done it rightly,
just like this:
g_object_set(G_OBJECT(aQueue), "max-size-time", (guint64)0, NULL);
--------------------------------------------------------------------------------------------
 Hi, all developers!
When I seted the "max-size-time" property of queue in my application, it printed out one error such as:
GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstQueue' has no property named `\x80?^@\u0001'
I didn't know what is the matter. In my codes, the setting codes is:
g_object_set(G_OBJECT(aQueue), "max-size-time", 0, NULL);
 
But if I used gst-launch like this:
gst-launch neonhttpsrc uri=$ ! qtdemux ! queue max-size-buffers=0 max-size-time=0 ! faad ! osssink sync=false
it is ok.Is there anyone to tell me some information? Looking forward for answers.
    Thanks in advance!
 
2008-09-26
 
2008-09-26
 
 

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

m_tl.gif (1K) Download Attachment
m_bg.gif (346 bytes) Download Attachment
m_tr.gif (1K) Download Attachment
m_bgl.gif (494 bytes) Download Attachment
bg.gif (92 bytes) Download Attachment
m_bgr.gif (474 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Subject: how to set "max-size-time" property of queue ?

Manish Rana
Hi All,

I am also getting the same problem... :(
For me the error is that "no property named "channels" "

Kindly let me know what I am doing wrong...??

BR
Manish

2008/9/26 王林光 <[hidden email]>
 
Hi,all
I have done it rightly,
just like this:
g_object_set(G_OBJECT(aQueue), "max-size-time", (guint64)0, NULL);
--------------------------------------------------------------------------------------------
 Hi, all developers!
When I seted the "max-size-time" property of queue in my application, it printed out one error such as:
GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstQueue' has no property named `\x80?^@\u0001'
I didn't know what is the matter. In my codes, the setting codes is:
g_object_set(G_OBJECT(aQueue), "max-size-time", 0, NULL);
 
But if I used gst-launch like this:
gst-launch neonhttpsrc uri=$ ! qtdemux ! queue max-size-buffers=0 max-size-time=0 ! faad ! osssink sync=false
it is ok.Is there anyone to tell me some information? Looking forward for answers.
    Thanks in advance!
 
2008-09-26
 
2008-09-26
 
 

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Subject: how to set "max-size-time" property of queue ?

Stefan Sauer
Manish Rana schrieb:
> Hi All,
>
> I am also getting the same problem... :(
> For me the error is that "no property named "channels" "
>
> Kindly let me know what I am doing wrong...??

It simply mean that the object where you need to set/get the propery
"channels" does not have one. So check that your working with the right
object. "gst-inspect element" will list the properties of each element.

Stefan

>
> BR
> Manish
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Subject: how to set "max-size-time" property of queue ?

Manish Rana
Thanks a lot Steafan, but the problem is that gst-inspect works well
the object is same.....queue only
i am setting some other properties on the same element......but not any warning or error there
 
please help me

On Mon, Oct 20, 2008 at 6:53 PM, Stefan Kost <[hidden email]> wrote:
Manish Rana schrieb:
> Hi All,
>
> I am also getting the same problem... :(
> For me the error is that "no property named "channels" "
>
> Kindly let me know what I am doing wrong...??

It simply mean that the object where you need to set/get the propery
"channels" does not have one. So check that your working with the right
object. "gst-inspect element" will list the properties of each element.

Stefan

>
> BR
> Manish
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Subject: how to set "max-size-time" property of queue ?

Stefan Sauer
hi,
Manish Rana schrieb:
> Thanks a lot Steafan, but the problem is that gst-inspect works well
> the object is same.....queue only
> i am setting some other properties on the same element......but not any
> warning or error there

which object is it about? GstQueue has no channel property. Please tell us more
what you are doing.

Stefan

>  
> please help me
>
> On Mon, Oct 20, 2008 at 6:53 PM, Stefan Kost <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Manish Rana schrieb:
>     > Hi All,
>     >
>     > I am also getting the same problem... :(
>     > For me the error is that "no property named "channels" "
>     >
>     > Kindly let me know what I am doing wrong...??
>
>     It simply mean that the object where you need to set/get the propery
>     "channels" does not have one. So check that your working with the right
>     object. "gst-inspect element" will list the properties of each element.
>
>     Stefan
>
>     >
>     > BR
>     > Manish
>     >
>     >
>     ------------------------------------------------------------------------
>     >
>     >
>     -------------------------------------------------------------------------
>     > This SF.Net email is sponsored by the Moblin Your Move Developer's
>     challenge
>     > Build the coolest Linux based applications with Moblin SDK & win
>     great prizes
>     > Grand prize is a trip for two to an Open Source event anywhere in
>     the world
>     > http://moblin-contest.org/redirect.php?banner_id=100&url=/
>     <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>     >
>     ------------------------------------------------------------------------
>     >
>     > _______________________________________________
>     > gstreamer-devel mailing list
>     > [hidden email]
>     <mailto:[hidden email]>
>     > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>     >
>
>
>     -------------------------------------------------------------------------
>     This SF.Net email is sponsored by the Moblin Your Move Developer's
>     challenge
>     Build the coolest Linux based applications with Moblin SDK & win
>     great prizes
>     Grand prize is a trip for two to an Open Source event anywhere in
>     the world
>     http://moblin-contest.org/redirect.php?banner_id=100&url=/
>     <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>     _______________________________________________
>     gstreamer-devel mailing list
>     [hidden email]
>     <mailto:[hidden email]>
>     https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel