Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Temporaly disable the tag readervmeta-testGonzalo Odiard2012-08-251-2/+2
| | | | | | Have a bad interaction with big video files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use a notebook in the visualization areaGonzalo Odiard2012-08-251-10/+15
| | | | | | | | | Previously a empty widget and a videowidget were packed and removed from a container, but there are problems with the video widget not ready when the player want start at times. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove "capsfilter" filter because of performanceManuel Kaufmann2012-08-251-17/+1
| | | | | | | | | | Without this filter the performance to reproduce videos is great and in audio files the visualization performance is improved as well. The only consequense is the text (artist, track, etc) is rendered without antialiasing. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Update time and state on seekManuel Kaufmann2012-08-251-7/+3
| | | | | | | | | | | | | When the horizontal scroll changes its value it updates the time position (label) to know where are we going to drop the stream. The state of the stream[1] is updated with a timeout of 1ns, so it doesn't consume too much CPU. This impacts directily the performance on seeking videos and audios. [1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-get-state Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Add .mov files mime types to activity.infoGonzalo Odiard2012-08-221-2/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix testing functionalityGonzalo Odiard2012-08-221-8/+10
| | | | | | | | Can be used from the commandline like in: python jukeboxactivity.py file:///tmp/video_file.mp4 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add mime type to more video formatsGonzalo Odiard2012-08-211-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Avoid loosing data in playlist if media is removed - SL #3709Gonzalo Odiard2012-08-211-8/+34
| | | | | | | | This patch solves the lost of data in the playlist if the data is in a external media and is removed. We need improve the error message but will be done in another patch. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
*