- Mar 08, 2010
-
-
Tim-Philipp Müller authored
-
Benjamin Otte authored
libtheora crashes with a 0 framerate, so let's forbid it. https://bugzilla.redhat.com/show_bug.cgi?id=571289
-
David Schleef authored
Fixes #611900.
-
Tim-Philipp Müller authored
This time for real. Fixes #610832.
-
Wim Taymans authored
-
Wim Taymans authored
-
Dake Gu authored
Fix handling of x-server-ip-address.
-
Wim Taymans authored
Add field to send all headers.
- Mar 06, 2010
-
-
Tim-Philipp Müller authored
- Mar 05, 2010
-
-
Tim-Philipp Müller authored
If we first check for >= 4.0 the second check for >= 4.6 will just short-cut since we are using the same prefix for the variables for both checks, and they've already been set previously. So the examples requiring >= 4.6 were built even in the >= 4.0 case.
-
- Mar 03, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Josep Torra authored
There may not be an overlay element if a text-sink is set. Fixes #611702.
-
- Mar 01, 2010
-
-
Wim Taymans authored
Mark skeleton streams because we need to ignore them for calculating the duration of the stream. Fixes #611227
-
- Feb 24, 2010
-
-
Tim-Philipp Müller authored
-
- Feb 23, 2010
-
-
Götz Waschk authored
Fixes bug #610832.
-
Wim Taymans authored
We update the passed begintime argument to narrow our search region in the binary search. This means that it does not always contain the chain begin time after a couple of bisects. Use the real chain->begin_time to bring the granuletime to the time in the chain instead. Fixes #610005
-
- Feb 22, 2010
-
-
Thiago Santos authored
Adds unit tests that check videorate's upstream caps negotiation works properly (put passthrough caps first) Fixes #608025
-
Thiago Santos authored
Put peer pad caps preferred framerates first, indicating they are videorate's first choices, removing an unnecessary conversion. Fixes #608025
-
Sebastian Dröge authored
For this add subtitle encoding properties to playsink and subtitleoverlay and update the values in the containing elements. Also update the font description in textoverlay or the used renderer element if it is changed during playback. Fixes bug #610310.
-
Stefan Kost authored
Also set a title in the qt examples like it is now done in the gtk example. Fix the newly added find_video_sink in the gtk example and add similar function to the qt examples.
-
Stefan Kost authored
-
Stefan Kost authored
-
- Feb 19, 2010
-
-
Sebastian Dröge authored
Only don't ghost it if no visualizations are need and if no text is needed and no textchain was created yet. Fixes bug #610379.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 18, 2010
-
-
Tim-Philipp Müller authored
Try to find a working videosink, don't hardcode xvimagesink. Also add some borders to window and give it a title so that it's clear that this is really a Gtk+ window and not a window created by the videosink.
-
David Schleef authored
The peer closing the socket should cause an EOS, instead of silently doing nothing. This changes the behavior to be more like fdsrc. Fixes: #610386
-
Patrick Radizi authored
Fixes #610268.
-
David Schleef authored
Fix mixup of height/width, causing only half the chroma lines to be copied when outputting buffers. Fixes: #610329.
-
- Feb 17, 2010
-
-
Stefan Kost authored
Add simple videotestsrc ! xvimagesink examples using gtk and qt. This patch also adds all boilerplate to configure for using c++. The qt based examples are optional like their gtk counterparts.
-
- Feb 16, 2010
-
-
Stefan Kost authored
Correct name of included files. Remove files that are not used anymore. Add many new api entries to their sections.
-
Stefan Kost authored
We don't do this is any other example, this should be done for us in gdk it if would be needed.
-
Tim-Philipp Müller authored
Use the same translated message string for missing core elements as playbin uses, which is a bit nicer and also indicates that there is something wrong with the user's GStreamer installation (which arguably is the case if elements like typefind or queue2 are missing).
-
- Feb 15, 2010
-
-
Kaj-Michael Lang authored
Fixes #609314.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... which only needs a bit of refactoring and extracting to support the minor difference in (i)vorbis interface. Fixes #609063.
-