gstreamer/sys
William Manley 517f50f54f v4l2src: Fix support for mpegts streams
It seems that GStreamer's mpegts elements (tsdemux, tsparse) require caps
`video/mpegts,systemstream=true`.  As far as I can see the significance
of systemstream is to indicate that this is a container format rather than
an elementary stream.  As this is the case (and I can't understand how it
could not be the case with mpegts) I add systemstream=true to v4l2src's
caps.

This allows v4l2src to be linked with tsdemux for playback from my
Hauppauge HD-PVR with the pipeline:

    v4l2src ! queue ! tsdemux ! video/x-h264 ! decodebin ! xvimagesink

In combination with the next commit this fixes using Hauppauge HD-PVR with
GStreamer 1.0+.
2014-03-29 17:21:17 -04:00
..
directsound directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for others 2013-08-21 16:41:21 +02:00
oss osshelper: Don't leak fd when getting card name 2014-01-14 11:28:31 +01:00
oss4 oss4: Fix typo in header include guard 2014-02-08 17:25:27 +01:00
osxaudio osxaudio: remove unused variables 2014-02-19 22:21:54 +01:00
osxvideo osxvideo: fix build on Mac OSX Mavericks and put new window in front 2014-03-05 20:35:31 +01:00
sunaudio Don't use setlocale in plugins() 2013-09-01 21:18:38 +01:00
v4l2 v4l2src: Fix support for mpegts streams 2014-03-29 17:21:17 -04:00
waveform gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
ximage ximagesrc: only extrapolate alpha mask for 32-bit depth 2014-03-27 16:32:13 -04:00
Makefile.am v4l2: Fix typo V4L_DIR intead of V4L2_DIR 2014-03-15 18:41:16 +01:00