gstreamer/gst
Vivia Nikolaidou 5d8e7598ac deinterlace: Fix typo to not change the input caps but our filtered caps
Changing the input caps and not using them anymore afterwards is useless, and
it breaks negotiation in pipelines like:

gst-launch-1.0 videotestsrc ! "video/x-raw,framerate=25/1,interlace-mode=interleaved" !
  deinterlace fields=all ! "video/x-raw,framerate=50/1,interlace-mode=progressive" !
  fakesink
2016-03-17 21:11:36 +02:00
..
alpha alpha: Fix sample pipeline 2016-02-28 11:52:14 -05:00
apetag Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
audiofx scaletempo: Free the various buffers in GstBaseTransform::stop() 2015-12-25 11:41:19 +01:00
audioparsers Revert "flacparse: push tags in pre_push_frame" 2016-03-13 10:33:13 +02:00
auparse win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
autodetect Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
avi avidemux: Fix buffer memory leak 2016-02-22 10:14:44 +02:00
cutter win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
debugutils win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
deinterlace deinterlace: Fix typo to not change the input caps but our filtered caps 2016-03-17 21:11:36 +02:00
dtmf dtmfsrc: Reply to latency query 2015-09-01 15:49:07 -04:00
effectv win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
equalizer equalizer: The child-proxy API is GObject based in 1.x 2016-01-05 18:59:25 +02:00
flv gst: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() 2016-02-23 18:11:42 +02:00
flx gst Factor out endian-order RGB formats 2016-03-10 10:00:58 +00:00
goom gst Factor out endian-order RGB formats 2016-03-10 10:00:58 +00:00
goom2k1 gst Factor out endian-order RGB formats 2016-03-10 10:00:58 +00:00
icydemux Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
id3demux Rename property enums from ARG_ to PROP_ 2015-04-27 11:22:11 +01:00
imagefreeze gst: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() 2016-02-23 18:11:42 +02:00
interleave win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
isomp4 qtdemux: reset pending segment if we are already pushing one 2016-03-07 15:26:13 -03:00
law win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
level level: fix level calculations for mutliple channels 2015-08-27 10:16:38 +02:00
matroska win32: Don't try to include xmath.h on newer Visual Studio 2016-03-10 10:01:19 +00:00
monoscope gst Factor out endian-order RGB formats 2016-03-10 10:00:58 +00:00
multifile multifilesink: close file on write error with next-file mode is set to buffer 2016-02-23 11:34:31 +02:00
multipart win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
replaygain rgvolume: make tag list writable before modifying it 2016-02-28 14:44:39 +00:00
rtp win32: Don't use __attribute__ on MSVC 2016-03-10 10:01:19 +00:00
rtpmanager rtpmanager: Some comment and documentation clarifications/fixes 2016-03-15 09:32:47 +00:00
rtsp rtspsrc: Properly error out if binding the UDP sockets fails 2016-02-28 13:01:34 +02:00
shapewipe gst: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() 2016-02-23 18:11:42 +02:00
smpte gst: Handle gst_pad_get_current_caps() returning NULL gracefully 2016-02-23 18:27:47 +02:00
spectrum win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
udp udpsrc: Fix multicast group joining with provided sockets on Windows 2016-03-04 15:31:51 +02:00
videobox win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
videocrop gst: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() 2016-02-23 18:11:42 +02:00
videofilter win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
videomixer win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
wavenc win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
wavparse win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
y4m win32: remove outdated build cruft 2016-02-21 09:47:43 +00:00
Makefile.am