101 : how do I debug a GST java app with GST_DEBUG="*:3"

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

101 : how do I debug a GST java app with GST_DEBUG="*:3"

art vanderhoff
HI all, a basic 101 that I cant seem to figure out. How do I use the
GST_DEBUG="*:3" command. Is it in the cmd line, in the code?? I have been
trying for a few weeks and cant get anything and google is not very
helpful on this?

thx
Art



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 101 : how do I debug a GST java app with GST_DEBUG="*:3"

shaonan wang
You mean gst_debug_level = 3 ???

2012/3/31 <[hidden email]>
HI all, a basic 101 that I cant seem to figure out. How do I use the
GST_DEBUG="*:3" command. Is it in the cmd line, in the code?? I have been
trying for a few weeks and cant get anything and google is not very
helpful on this?

thx
Art



_______________________________________________
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: 101 : how do I debug a GST java app with GST_DEBUG="*:3"

art vanderhoff
Could be?? I have no Idea! I have just found that bit of code referenced
in a thread from 2008. Could you give some more scope around how I would
set this pls, I am obviously missing something basic.

thx
Art

> You mean gst_debug_level = 3 ???
>
> 2012/3/31 <[hidden email]>
>
>> HI all, a basic 101 that I cant seem to figure out. How do I use the
>> GST_DEBUG="*:3" command. Is it in the cmd line, in the code?? I have
>> been
>> trying for a few weeks and cant get anything and google is not very
>> helpful on this?
>>
>> thx
>> Art
>>
>>
>>
>> _______________________________________________
>> 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
>


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 101 : how do I debug a GST java app with GST_DEBUG="*:3"

shaonan wang
Can you describe more detials ?

2012/3/31 <[hidden email]>
Could be?? I have no Idea! I have just found that bit of code referenced
in a thread from 2008. Could you give some more scope around how I would
set this pls, I am obviously missing something basic.

thx
Art

> You mean gst_debug_level = 3 ???
>
> 2012/3/31 <[hidden email]>
>
>> HI all, a basic 101 that I cant seem to figure out. How do I use the
>> GST_DEBUG="*:3" command. Is it in the cmd line, in the code?? I have
>> been
>> trying for a few weeks and cant get anything and google is not very
>> helpful on this?
>>
>> thx
>> Art
>>
>>
>>
>> _______________________________________________
>> 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
>


_______________________________________________
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: 101 : how do I debug a GST java app with GST_DEBUG="*:3"

Remco Treffkorn
In reply to this post by art vanderhoff
On Friday, March 30, 2012, [hidden email] wrote:

> HI all, a basic 101 that I cant seem to figure out. How do I use the
> GST_DEBUG="*:3" command. Is it in the cmd line, in the code?? I have been
> trying for a few weeks and cant get anything and google is not very
> helpful on this?
>
> thx
> Art
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>

Type "GST_DEBUG" into Google. The first link is "Running GStreamer Applications".
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html).

In order for this info to help you you need to understand "environment variables".

Cheers,
Remco

--
Remco Treffkorn (RT445)
HAM DC2XT
[hidden email]   (831) 685-1201

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: 101 : how do I debug a GST java app with GST_DEBUG="*:3"

art vanderhoff
Thx Remco,  now have it working.

> On Friday, March 30, 2012, [hidden email] wrote:
>> HI all, a basic 101 that I cant seem to figure out. How do I use the
>> GST_DEBUG="*:3" command. Is it in the cmd line, in the code?? I have
>> been
>> trying for a few weeks and cant get anything and google is not very
>> helpful on this?
>>
>> thx
>> Art
>>
>>
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>
> Type "GST_DEBUG" into Google. The first link is "Running GStreamer
> Applications".
> (http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html).
>
> In order for this info to help you you need to understand "environment
> variables".
>
> Cheers,
> Remco
>
> --
> Remco Treffkorn (RT445)
> HAM DC2XT
> [hidden email]   (831) 685-1201
>
> _______________________________________________
> 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