Show
Ignore:
Timestamp:
02/08/10 23:40:20 (7 months ago)
Author:
andoma
Message:

Add displaying of some stats when playing video

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/showtime/src/event.c

    r4005 r4208  
    184184  { "Increase",              ACTION_INCR }, 
    185185  { "Decrease",              ACTION_DECR }, 
     186  { "MediaStats",            ACTION_SHOW_MEDIA_STATS }, 
    186187}; 
    187188 
     
    365366            event_is_action(e, ACTION_PREV_TRACK) || 
    366367            event_is_action(e, ACTION_NEXT_TRACK) || 
    367             event_is_action(e, ACTION_RESTART_TRACK)) { 
     368            event_is_action(e, ACTION_RESTART_TRACK) || 
     369            event_is_action(e, ACTION_SHOW_MEDIA_STATS) 
     370            ) { 
    368371 
    369372    event_to_prop(prop_get_by_name(PNVEC("global", "media", "eventsink"),