- Apr 26, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
Wim Taymans authored
When doing reverse playback the positino advances from timestamp_end to timestamp.
-
Sebastian Dröge authored
For this release the corresponding GstVideoCodecFrame before pushing the buffer. The buffer will now be writable unless the subclass still holds another reference to the buffer or the frame.
-
Sebastian Dröge authored
For this release the corresponding GstVideoCodecFrame before pushing the buffer. The buffer will now be writable unless the subclass still holds another reference to the buffer or the frame.
-
- Apr 24, 2013
-
-
-
Sebastian Dröge authored
Otherwise plugin_init() is not called and initialization is missing.
-
- Apr 23, 2013
-
-
Sebastian Dröge authored
Fixes enabling visualizations after disabling them after they were enabled already.
-
Sebastian Dröge authored
This fixes enabling visualizations after the audio stream already started. https://bugzilla.gnome.org/show_bug.cgi?id=697820
-
- Apr 18, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
Sebastian Dröge authored
-
-
- Apr 16, 2013
-
-
Sebastian Dröge authored
-
- Apr 15, 2013
-
-
Sebastian Dröge authored
-
Paul HENRYS authored
ringbuffer was released after setting values to its spec field in gst_audio_base_src_setcaps(). This led to failure in case gst_audio_base_src_setcaps() is called more than one time. https://bugzilla.gnome.org/show_bug.cgi?id=696540
-
- Apr 13, 2013
-
-
-
Properties sharpen, sharpness, and envelope are only useful near their default values. Decrease ranges to avoid brokenness. https://bugzilla.gnome.org/show_bug.cgi?id=682171
-
-
- Apr 05, 2013
-
-
- Apr 04, 2013
-
-
Wim Taymans authored
Separate local_ip and remote_ip into separate variables for clarity.
-
Wim Taymans authored
Calculate the local IP address in the accept call. We need to place this IP address in the GET reply in the X-Server-IP-Address header so that the client knows where to send the POST to in case of tunneled RTSP. Before this patch it used the client IP address, which would make the client send the POST request to itself and fail. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=697092
-
Nicolas Dufresne authored
Changed the check to a current_time equal to the stop will produce EOS instead of the next one. Also, segment.start can't be NONE, so removing this check. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696899
-
- Apr 03, 2013
-
-
-
-
Jose Antonio Santos Cadenas authored
As specified in rfc4566 email line is optional See https://bugzilla.gnome.org/show_bug.cgi?id=697162
-
- Mar 25, 2013
-
-
Wim Taymans authored
Set variable to NULL after free so that we don't free twice.
-
Wim Taymans authored
We only look at the interlaced buffer flag in mixed mode, in other modes we always need to set the interlaced flag.
-
- Mar 22, 2013
-
-
Tim-Philipp Müller authored
-
Arnaud Vrac authored
Do not use the buffer start offset when it is invalid, otherwise a discontinuity is detected on the next buffer, and the subtitle parser reset and some subtitle lines are not shown. Also remove unused next_offset field. https://bugzilla.gnome.org/show_bug.cgi?id=693981
-
Tim-Philipp Müller authored
We need to specify the y4mversion field now. https://bugzilla.gnome.org/show_bug.cgi?id=696282
-
- Mar 21, 2013
-
-
Sebastian Dröge authored
subtitleoverlay handles any caps, not just the ones for which a subtitle parser/renderer exist. It will just ignore any unsupported streams instead of causing an error. https://bugzilla.gnome.org/show_bug.cgi?id=688476
-
Jan Schole authored
changed: gst_video_scale_set_info in gst/videoscale/gstvideoscale.c DAR on sink side now calculated with PAR on sink side ratio of output width/height now calculated with inverse PAR additional condition that borders are 0:0 for passthrough mode https://bugzilla.gnome.org/show_bug.cgi?id=696019
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Add all the caps that we can convert to to the filter caps, otherwise downstream might just return EMPTY caps because it doesn't handle the filter caps but we could still convert to these caps, causing us to return EMPTY caps although conversion would be possible. https://bugzilla.gnome.org/show_bug.cgi?id=688803
-
Sebastian Dröge authored
If the intersection between our caps and the filter caps is empty, just immediately return EMPTY caps instead of trying to access the (non-existant) structures.
-