On 03/14/2014 01:29 PM, Rich Shepard wrote: > On Fri, 14 Mar 2014, Dick Steffens wrote: > >> Now to find the place in the collection of source files that holds the >> code for the pause action. > In that source directory try: > grep -R pause * >
That turned up a lot of stuff. Particularly promising was totem-object.c, where I found /** * totem_action_pause: * @totem: a #TotemObject * * Pauses the current stream. If Totem is already paused, it continues * to be paused. **/ I'll need to spend some time with it to understand all that it's checking for and all that it does, but it looks like it might be the place to fiddle. Thanks. -- Regards, Dick Steffens _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
