Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
575 views

Get current timepoint from Totem application

I want to find the exact time where a media file is currently paused at (or playing) in a running Totem instance using D-Bus. To be precise, what I want is available from the Totem python console (if ...
0
votes
0answers
44 views

How to interface gstreamer api from totem-plugin

I am attempting to write a totem plugin in python to interface with gstreamer api. How can I accomplish creating a simple gstreamer pipline within totem? Is this possible? This is the modified ...
0
votes
1answer
26 views

Finding event handlers in source trees

So, I'm trying to implement a looping mode in the totem movie player. I would like to do this by adding a checkbox under "Edit" that turns looping on. I'm trying to figure out what code gets called ...