[gst-devel] Avi decoder

Stefan Kost ensonic at hora-obscura.de
Thu Feb 3 08:40:27 CET 2011


Am 01.02.2011 23:28, schrieb StyveA:
> 
> 
> Stefan Kost wrote:
>>
>> On 31.01.2011 17:28, StyveA wrote:
>>>
>>> gekko wrote:
>>>> the argv[1] has to look like "file:///home/myvideos/video.avi"
>>>>
>>> Ah thanks that works fine but not in the framebuffer =/
>>>
>>> Do you know what could work in the framebuffer? Decodebin maybe? 
>>>
>>> I absolutly need to read my video in the framebuffer cause I need to use
>>> DirectFB which use it.. =/
>> Can you verify otherwise that the directfb stuff works? I am not using
>> that sink and believe it is in general not so widely used.
>>
>> You can have a look at the debug logs, e.g.
>> GST_DEBUG="*:3" ./myapp
>> GST_DEBUG="*:4" ./myapp 2>debug.log
>>
>> Stefan
>>
>>
> 
> 
> I've done the Debug, and it seems that the the file is read.
> I don't know what exactly I need to see in it, but I don't see anything too
> strange :o
> Hum what should I see if there is an error plz?


Search for "dfbvideosink" (the log category of the element or rerun with:

GST_DEBUG="*:2,dfbvideosink:4" ./myapp 2>debug.log

this way you get all warnings and debug info for the sink only.

Stefan




More information about the gstreamer-devel mailing list