Changeset 457


Ignore:
Timestamp:
22-05-11 17:18:06 (2 years ago)
Author:
thomas
Message:

add comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morituri/common/gstreamer.py

    r453 r457  
    6161        self.debug('pausing pipeline') 
    6262        self.pipeline.set_state(gst.STATE_PAUSED) 
     63        # FIXME: this can block 
    6364        self.pipeline.get_state() 
    6465        self.debug('paused pipeline') 
Note: See TracChangeset for help on using the changeset viewer.