[vlc-devel] [Patch] Sending a signal when a vout is created/destroyed

Pierre d'Herbemont pdherbemont at gmail.com
Wed Jan 20 17:40:13 CET 2010



On Jan 20, 2010, at 15:09, Rafaël Carré <rafael.carre at gmail.com>  
wrote:

> On Wed, 20 Jan 2010 15:02:05 +0100
> Rémi Denis-Courmont <remi at remlab.net> wrote:
>
>>
>> On Wed, 20 Jan 2010 14:35:49 +0100, Hugo Beauzee-Luyssen
>> <beauze.h at gmail.com> wrote:
>>> I do agree that it should be none of libvlc's business. However, in
>>> video.c you have :
>>>
>>> int height;
>>> vout_thread_t *p_vout = GetVout( p_mi, p_e );
>>> if( !p_vout ) return 0;
>>
>> That's a bug. It needs to be fixed, not worked around.
>> Getting the resolution of a video ES should only depend on the ES,
>> and it shouldn't assume that there is only one video track.
>
> I have a patch for getting a description of ES of a media (or
> media_player?), I must find some time to clean it up and send it here
> before feature freeze.

I would be interested to see that as well!

Pierre.


More information about the vlc-devel mailing list