Changeset 973:cac40f9c47f8 in mediastreamer2


Ignore:
Timestamp:
May 17, 2010 5:21:27 PM (3 years ago)
Author:
Aymeric Moizard <jack@…>
Branch:
default
Message:

add more support in videoout interface

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/mediastreamer2/msinterfaces.h

    r968 r973  
    4747 
    4848 
     49/**scale factor of the local view */ 
     50#define MS_VIDEO_DISPLAY_SET_LOCAL_VIEW_SCALEFACTOR \ 
     51        MS_FILTER_METHOD(MSFilterVideoDisplayInterface,5,float) 
     52 
    4953#endif 
  • src/videoout.c

    r962 r973  
    18061806        {       MS_VIDEO_DISPLAY_ENABLE_MIRRORING               , video_out_enable_mirroring }, 
    18071807        {       MS_VIDEO_DISPLAY_GET_NATIVE_WINDOW_ID   , video_out_get_native_window_id }, 
     1808        {       MS_VIDEO_DISPLAY_SET_LOCAL_VIEW_SCALEFACTOR     , video_out_set_scalefactor }, 
    18081809         
    18091810        {       0       ,NULL} 
Note: See TracChangeset for help on using the changeset viewer.