2005-09-19 17:53:42 +00:00
|
|
|
GObject
|
|
|
|
GstObject
|
|
|
|
GstPad
|
2005-12-21 17:15:09 +00:00
|
|
|
GstPluginFeature
|
|
|
|
GstElementFactory
|
|
|
|
GstTypeFindFactory
|
|
|
|
GstIndexFactory
|
2005-09-19 17:53:42 +00:00
|
|
|
GstElement
|
|
|
|
GstBin
|
|
|
|
GstPipeline
|
|
|
|
GstGConfVideoSink
|
|
|
|
GstGConfAudioSink
|
2005-12-21 17:15:09 +00:00
|
|
|
GstAutoVideoSink
|
|
|
|
GstAutoAudioSink
|
Add HAL sound device wrapper plugins. Closes #329106
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* ext/Makefile.am:
* ext/hal/Makefile.am:
* ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
(gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
(gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
(do_toggle_element), (gst_hal_audio_sink_set_property),
(gst_hal_audio_sink_get_property),
(gst_hal_audio_sink_change_state):
* ext/hal/gsthalaudiosink.h:
* ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
(gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
(gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
(do_toggle_element), (gst_hal_audio_src_set_property),
(gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
* ext/hal/gsthalaudiosrc.h:
* ext/hal/gsthalelements.c: (plugin_init):
* ext/hal/gsthalelements.h:
* ext/hal/hal.c: (gst_hal_get_string),
(gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
(gst_hal_get_audio_src):
* ext/hal/hal.h:
Add HAL sound device wrapper plugins. Closes #329106
2006-02-15 12:17:28 +00:00
|
|
|
GstHalAudioSink
|
|
|
|
GstHalAudioSrc
|
2005-12-21 17:15:09 +00:00
|
|
|
GstSpeexEnc
|
|
|
|
GstSpeexDec
|
2005-09-19 17:53:42 +00:00
|
|
|
GstBaseSink
|
2005-12-21 17:15:09 +00:00
|
|
|
GstShout2send
|
|
|
|
GstCACASink
|
2005-09-19 17:53:42 +00:00
|
|
|
GstBaseAudioSink
|
|
|
|
GstAudioSink
|
|
|
|
GstEsdSink
|
2005-12-21 17:15:09 +00:00
|
|
|
GstOssSink
|
|
|
|
GstAASink
|
2005-09-19 17:53:42 +00:00
|
|
|
GstMultiUDPSink
|
|
|
|
GstUDPSink
|
|
|
|
GstDynUDPSink
|
2005-12-21 17:15:09 +00:00
|
|
|
GstTest
|
|
|
|
GstBaseSrc
|
|
|
|
GstPushSrc
|
|
|
|
GstDV1394Src
|
|
|
|
GstBaseAudioSrc
|
|
|
|
GstAudioSrc
|
|
|
|
GstOssSrc
|
|
|
|
GstUDPSrc
|
|
|
|
GstPngDec
|
|
|
|
GstPngEnc
|
|
|
|
GstJpegEnc
|
|
|
|
GstJpegDec
|
2006-03-03 15:50:40 +00:00
|
|
|
GstSmokeDec
|
2005-12-21 17:15:09 +00:00
|
|
|
GstSmokeEnc
|
|
|
|
GstFlacEnc
|
|
|
|
GstFlacDec
|
|
|
|
GstDVDemux
|
|
|
|
GstDVDec
|
|
|
|
GstCairoTextOverlay
|
2005-09-19 17:53:42 +00:00
|
|
|
GstBaseTransform
|
2005-12-21 17:15:09 +00:00
|
|
|
GstCairoTimeOverlay
|
|
|
|
GstVideoFilter
|
docs/plugins/: Added videobalance and videoflip to the docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
Added videobalance and videoflip to the docs.
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c:
(gst_video_balance_update_tables_planar411),
(gst_video_balance_is_passthrough),
(gst_video_balance_update_properties), (oil_tablelookup_u8),
(gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
(gst_video_balance_transform_ip), (gst_video_balance_base_init),
(gst_video_balance_finalize), (gst_video_balance_class_init),
(gst_video_balance_init), (gst_video_balance_interface_supported),
(gst_video_balance_interface_init),
(gst_video_balance_colorbalance_list_channels),
(gst_video_balance_colorbalance_set_value),
(gst_video_balance_colorbalance_get_value),
(gst_video_balance_colorbalance_init),
(gst_video_balance_set_property), (gst_video_balance_get_property),
(gst_video_balance_get_type), (plugin_init):
* gst/videofilter/gstvideobalance.h:
Ported to 0.10. (Fixes #326160)
Added docs.
* gst/videofilter/gstvideoflip.c:
* gst/videofilter/gstvideoflip.h:
Added docs.
2006-03-03 14:39:55 +00:00
|
|
|
GstVideoBalance
|
2005-12-21 17:15:09 +00:00
|
|
|
GstVideoFlip
|
|
|
|
GstEdgeTV
|
|
|
|
GstAgingTV
|
|
|
|
GstDiceTV
|
|
|
|
GstWarpTV
|
|
|
|
GstShagadelicTV
|
|
|
|
GstVertigoTV
|
|
|
|
GstRevTV
|
|
|
|
GstQuarkTV
|
|
|
|
GstNavigationtest
|
2005-09-19 17:53:42 +00:00
|
|
|
GstVideoBox
|
|
|
|
GstLevel
|
2005-12-21 17:15:09 +00:00
|
|
|
GstBreakMyData
|
|
|
|
GstNavSeek
|
|
|
|
GstProgressReport
|
|
|
|
GstAlphaColor
|
|
|
|
GstOssMixerElement
|
|
|
|
GstWavParse
|
|
|
|
GstWavEnc
|
|
|
|
GstVideoMixer
|
|
|
|
GstID3Demux
|
2005-09-19 17:53:42 +00:00
|
|
|
GstSMPTE
|
|
|
|
GstRTSPSrc
|
2005-12-21 17:15:09 +00:00
|
|
|
GstRTPDepay
|
|
|
|
GstBaseRTPDepayload
|
|
|
|
GstRTPGSMDepay
|
|
|
|
GstRtpG711Depay
|
|
|
|
GstRtpSPEEXDepay
|
|
|
|
GstBaseRTPPayload
|
|
|
|
GstRTPGSMPay
|
|
|
|
GstRtpAMRPay
|
|
|
|
GstRtpG711Pay
|
|
|
|
GstRtpMPAPay
|
|
|
|
GstRtpH263PPay
|
|
|
|
GstRtpH263Pay
|
|
|
|
GstRtpMP4VPay
|
|
|
|
GstRtpSPEEXPay
|
|
|
|
GstRtpAMRDepay
|
|
|
|
GstRtpMPADepay
|
|
|
|
GstRtpH263PDepay
|
|
|
|
GstAsteriskh263
|
|
|
|
GstRtpMP4VDepay
|
|
|
|
GstMultipartDemux
|
|
|
|
GstMultipartMux
|
|
|
|
GstEbmlRead
|
|
|
|
GstMatroskaDemux
|
|
|
|
GstMatroskaMux
|
2005-09-19 17:53:42 +00:00
|
|
|
GstMuLawEnc
|
|
|
|
GstMuLawDec
|
|
|
|
GstALawEnc
|
|
|
|
GstALawDec
|
|
|
|
GstGoom
|
2005-12-21 17:15:09 +00:00
|
|
|
GstFlxDec
|
2005-09-19 17:53:42 +00:00
|
|
|
GstEFence
|
2005-12-21 17:15:09 +00:00
|
|
|
GstCutter
|
2005-09-19 17:53:42 +00:00
|
|
|
GstAviDemux
|
2006-04-27 16:05:54 +00:00
|
|
|
GstAviMux
|
2005-12-21 17:15:09 +00:00
|
|
|
GstAuParse
|
2005-09-19 17:53:42 +00:00
|
|
|
GstAlpha
|
2006-02-06 10:56:07 +00:00
|
|
|
GstTagDemux
|
|
|
|
GstApeDemux
|
2005-12-21 17:15:09 +00:00
|
|
|
GstPlugin
|
|
|
|
GstRegistry
|
2005-09-19 17:53:42 +00:00
|
|
|
GstPadTemplate
|
|
|
|
GstSignalObject
|
|
|
|
GstMixerTrack
|
|
|
|
GstMixerOptions
|
|
|
|
GInterface
|
|
|
|
GstChildProxy
|
|
|
|
GstURIHandler
|
|
|
|
GstTagSetter
|
|
|
|
GstImplementsInterface
|
|
|
|
GstMixer
|