gstreamer/sys
Ole André Vadla Ravnås 0e4e351b83 applemedia: New plugin for Apple multimedia APIs
Provides the following elements:

qtkitvideosrc: OS X video source relying on the QTKit API. Comes with
hard-coded caps as the API does not provide any way of querying for
formats supported by the hardware. Hasn't been tested a lot, but seems
to work.

miovideosrc: OS X video source which uses the undocumented/private
CoreMediaIOServices API, which is also the one used by iChat.
Present on latest version of Leopard and all versions of Snow Leopard.
Has been tested extensively with built-in cameras and TANDBERG's
PrecisionHD USB camera.

vtenc, vtdec: Generic codec wrappers which make use of the undocumented/
private VideoToolbox API on OS X and iOS. List of codecs are currently
hard-coded to H.264 for vtenc, and H.264 + JPEG for vtdec. Can easily be
expanded by adding new entries to the lists, but haven't yet had time to
do that. Should probably also implement probing as available codecs depend
on the OS and its version, and there doesn't seem to be any way to
enumerate the available codecs.

vth264decbin, vth264encbin: Wrapper bins to make it easier to use
vtdec_h264/vtenc_h264 in live scenarios.

iphonecamerasrc: iPhone camera source relying on the undocumented/private
Celestial API. Tested on iOS 3.1 running on an iPhone 3GS. Stops working
after a few minutes, presumably because of a resource leak. Needs some
love.

Note that the iOS parts haven't yet been ported to iOS 4.x.
2010-10-28 15:08:08 +02:00
..
acmenc Fix printf format strings for gcc 4.5 2010-04-29 10:17:56 +02:00
acmmp3dec Fix printf format strings for gcc 4.5 2010-04-29 10:17:56 +02:00
applemedia applemedia: New plugin for Apple multimedia APIs 2010-10-28 15:08:08 +02:00
cdrom gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
directdraw directdrawsink: port GstXOverlay bits to new API 2010-10-12 16:17:54 +01:00
directsound Fix warnings in directdrawsink and directsoundsrc 2010-05-01 00:04:55 +02:00
dshowdecwrapper dshowdecwrapper: Don't use GST_FLOW_IS_FATAL() 2010-09-21 12:29:06 +02:00
dshowsrcwrapper dshowvideosrc: don't make a range if min==max 2010-07-29 16:08:03 +02:00
dshowvideosink dshowvideosink: close our own window when changing the window id 2010-08-06 10:21:48 +01:00
dvb dvbsrc: Fix example usage, bandwidth=8 not 8MHz 2010-10-10 14:54:45 +01:00
dxr3 Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
fbdev gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
osxvideo osx: more compiler warning fixes 2010-03-24 00:19:02 +00:00
qcam gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
qtwrapper osx: more compiler warning fixes 2010-03-24 00:19:02 +00:00
shm shm: Add C++ protection 2010-10-08 17:01:29 -04:00
v4l2 Remove more v4l2 stuff, hopefully fixing 'make distcheck' again. 2006-10-04 10:55:21 +00:00
vcd vcdsrc: minor clean-up 2010-06-12 00:19:00 +01:00
vdpau vdpau: Check return values of the bitreader functions 2010-10-03 15:55:22 +02:00
wasapi wasapisrc: Use new gst_audio_clock_new_full() 2010-07-16 17:59:15 +02:00
wininet Fix printf format strings for gcc 4.5 2010-04-29 10:17:56 +02:00
winks winks: fix compilation by using the right function 2010-07-08 21:54:28 +01:00
winscreencap gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
Makefile.am applemedia: New plugin for Apple multimedia APIs 2010-10-28 15:08:08 +02:00