2005-11-06 21:55:01 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-dfbvideosink</FILE>
|
|
|
|
GstDfbVideoSink
|
|
|
|
<TITLE>dfbvideosink</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstDfbVideoSinkClass
|
|
|
|
</SECTION>
|
2006-05-03 13:20:41 +00:00
|
|
|
|
2007-01-12 10:27:25 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-jackaudiosink</FILE>
|
|
|
|
GstJackAudioSink
|
|
|
|
GstJackConnect
|
|
|
|
<TITLE>jackaudiosink</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstJackAudioSinkClass
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>element-qtdemux</FILE>
|
|
|
|
GstQTDemux
|
|
|
|
<TITLE>qtdemux</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstQTDemuxClass
|
|
|
|
</SECTION>
|
|
|
|
|
2007-04-26 14:31:32 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-osxvideosink</FILE>
|
|
|
|
GstOSXVideoSink
|
|
|
|
<TITLE>osxvideosink</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstOSXVideoSinkClass
|
2007-05-22 11:03:30 +00:00
|
|
|
<SUBSECTION Private>
|
|
|
|
GST_IS_OSX_VIDEO_SINK
|
|
|
|
GST_IS_OSX_VIDEO_SINK_CLASS
|
|
|
|
GST_OSX_VIDEO_SINK
|
|
|
|
GST_OSX_VIDEO_SINK_CLASS
|
|
|
|
GST_TYPE_OSXVIDEOBUFFER
|
|
|
|
GST_TYPE_OSX_VIDEO_SINK
|
|
|
|
GstOSXWindow
|
2007-04-26 14:31:32 +00:00
|
|
|
</SECTION>
|
|
|
|
|
Add ReplayGain analysis element (#357069).
Original commit message from CVS:
Patch by: René Stadler <mail at renestadler de>
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/replaygain/Makefile.am:
* gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
(gst_rg_analysis_class_init), (gst_rg_analysis_init),
(gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
(gst_rg_analysis_start), (gst_rg_analysis_set_caps),
(gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
(gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
(gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
(gst_rg_analysis_album_result), (plugin_init):
* gst/replaygain/gstrganalysis.h:
* gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
(apply_filters), (reset_filters), (accumulator_add),
(accumulator_clear), (accumulator_result), (rg_analysis_new),
(rg_analysis_set_sample_rate), (rg_analysis_destroy),
(rg_analysis_analyze_mono_float),
(rg_analysis_analyze_stereo_float),
(rg_analysis_analyze_mono_int16),
(rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
(rg_analysis_track_result), (rg_analysis_album_result),
(rg_analysis_reset_album), (rg_analysis_reset):
* gst/replaygain/rganalysis.h:
Add ReplayGain analysis element (#357069).
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/rganalysis.c: (get_expected_gain),
(setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
(send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
(fail_unless_track_gain), (fail_unless_track_peak),
(fail_unless_album_gain), (fail_unless_album_peak),
(fail_if_track_tags), (fail_if_album_tags),
(fail_unless_num_tracks), (test_buffer_const_float_mono),
(test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
(test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
(test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
(test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
(rganalysis_suite), (main):
Unit tests for the new replaygain element.
2006-10-06 15:56:01 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-rganalysis</FILE>
|
|
|
|
GstRgAnalysis
|
|
|
|
<TITLE>rganalysis</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRgAnalysisClass
|
|
|
|
</SECTION>
|
|
|
|
|
Add replaygain playback elements (#412710).
Original commit message from CVS:
Patch by: René Stadler <mail at renestadler de>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-replaygain.xml:
* gst/replaygain/Makefile.am:
* gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
(gst_rg_analysis_start), (gst_rg_analysis_set_caps),
(gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
(gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
(gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
(gst_rg_analysis_album_result):
* gst/replaygain/gstrganalysis.h:
* gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
(gst_rg_limiter_class_init), (gst_rg_limiter_init),
(gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
(gst_rg_limiter_transform_ip):
* gst/replaygain/gstrglimiter.h:
* gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
(gst_rg_volume_class_init), (gst_rg_volume_init),
(gst_rg_volume_set_property), (gst_rg_volume_get_property),
(gst_rg_volume_dispose), (gst_rg_volume_change_state),
(gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
(gst_rg_volume_reset), (gst_rg_volume_update_gain),
(gst_rg_volume_determine_gain):
* gst/replaygain/gstrgvolume.h:
* gst/replaygain/replaygain.c: (plugin_init):
* gst/replaygain/replaygain.h:
* gst/replaygain/rganalysis.h:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/rganalysis.c: (send_eos_event),
(GST_START_TEST):
* tests/check/elements/rglimiter.c: (setup_rglimiter),
(cleanup_rglimiter), (set_playing_state), (create_test_buffer),
(verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
* tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
(cleanup_rgvolume), (set_playing_state), (set_null_state),
(send_eos_event), (send_tag_event), (test_buffer_new),
(fail_unless_target_gain), (fail_unless_result_gain),
(fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
Add replaygain playback elements (#412710).
2007-05-19 10:01:45 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-rglimiter</FILE>
|
|
|
|
GstRgLimiter
|
|
|
|
<TITLE>rglimiter</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRgLimiterClass
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>element-rgvolume</FILE>
|
|
|
|
GstRgVolume
|
|
|
|
<TITLE>rgvolume</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRgVolumeClass
|
|
|
|
</SECTION>
|
|
|
|
|
2007-05-23 13:08:52 +00:00
|
|
|
<SECTION>
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<FILE>element-gstrtpbin</FILE>
|
2007-05-23 13:08:52 +00:00
|
|
|
GstRTPBin
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<TITLE>gstrtpbin</TITLE>
|
2007-05-23 13:08:52 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRTPBinPrivate
|
|
|
|
GstRTPBinClass
|
|
|
|
GST_RTP_BIN
|
|
|
|
GST_IS_RTP_BIN
|
|
|
|
GST_TYPE_RTP_BIN
|
|
|
|
gst_rtp_bin_get_type
|
|
|
|
GST_RTP_BIN_CLASS
|
|
|
|
GST_IS_RTP_BIN_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<FILE>element-gstrtpclient</FILE>
|
|
|
|
<TITLE>gstrtpclient</TITLE>
|
2007-05-23 13:08:52 +00:00
|
|
|
GstRTPClient
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRTPClientClass
|
|
|
|
GstRTPClientPrivate
|
|
|
|
GST_RTP_CLIENT
|
|
|
|
GST_IS_RTP_CLIENT
|
|
|
|
GST_TYPE_RTP_CLIENT
|
|
|
|
gst_rtp_client_get_type
|
|
|
|
GST_RTP_CLIENT_CLASS
|
|
|
|
GST_IS_RTP_CLIENT_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<FILE>element-gstrtpjitterbuffer</FILE>
|
|
|
|
<TITLE>gstrtpjitterbuffer</TITLE>
|
2007-05-23 13:08:52 +00:00
|
|
|
GstRTPJitterBuffer
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRTPJitterBufferClass
|
|
|
|
GstRTPJitterBufferPrivate
|
|
|
|
GST_RTP_JITTER_BUFFER
|
|
|
|
GST_IS_RTP_JITTER_BUFFER
|
|
|
|
GST_TYPE_RTP_JITTER_BUFFER
|
|
|
|
gst_rtp_jitter_buffer_get_type
|
|
|
|
GST_RTP_JITTER_BUFFER_CLASS
|
|
|
|
GST_IS_RTP_JITTER_BUFFER_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<FILE>element-gstrtpptdemux</FILE>
|
|
|
|
<TITLE>gstrtpptdemux</TITLE>
|
2007-05-23 13:08:52 +00:00
|
|
|
GstRTPPtDemux
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRTPPtDemuxClass
|
|
|
|
GstRTPPtDemuxPad
|
|
|
|
GST_RTP_PT_DEMUX
|
|
|
|
GST_IS_RTP_PT_DEMUX
|
|
|
|
GST_TYPE_RTP_PT_DEMUX
|
|
|
|
gst_rtp_pt_demux_get_type
|
|
|
|
GST_RTP_PT_DEMUX_CLASS
|
|
|
|
GST_IS_RTP_PT_DEMUX_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<FILE>element-gstrtpsession</FILE>
|
|
|
|
<TITLE>gstrtpsession</TITLE>
|
2007-05-23 13:08:52 +00:00
|
|
|
GstRTPSession
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRTPSessionClass
|
|
|
|
GstRTPSessionPrivate
|
|
|
|
GST_RTP_SESSION
|
|
|
|
GST_IS_RTP_SESSION
|
|
|
|
GST_TYPE_RTP_SESSION
|
|
|
|
gst_rtp_session_get_type
|
|
|
|
GST_RTP_SESSION_CLASS
|
|
|
|
GST_IS_RTP_SESSION_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664.
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
(gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
(create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
* gst/rtpmanager/gstrtpclient.c: (create_stream),
(gst_rtp_client_request_new_pad):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
* gst/rtpmanager/gstrtpmanager.c: (plugin_init):
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
(gst_rtp_session_request_new_pad):
* gst/rtpmanager/gstrtpssrcdemux.c:
Rename elements to avoid conflict with farsight elements with the same
name. Fixes #430664.
2007-05-28 16:37:47 +00:00
|
|
|
<FILE>element-gstrtpssrcdemux</FILE>
|
|
|
|
<TITLE>gstrtpssrcdemux</TITLE>
|
2007-05-23 13:08:52 +00:00
|
|
|
GstRTPSsrcDemux
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstRTPSsrcDemuxClass
|
|
|
|
GstRTPSsrcDemuxPad
|
|
|
|
GST_RTP_SSRC_DEMUX
|
|
|
|
GST_IS_RTP_SSRC_DEMUX
|
|
|
|
GST_TYPE_RTP_SSRC_DEMUX
|
|
|
|
gst_rtp_ssrc_demux_get_type
|
|
|
|
GST_RTP_SSRC_DEMUX_CLASS
|
|
|
|
GST_IS_RTP_SSRC_DEMUX_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2007-01-12 10:27:25 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-sdlaudiosink</FILE>
|
|
|
|
GstSDLAudioSink
|
|
|
|
<TITLE>sdlaudiosink</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstSDLAudioSinkClass
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>element-sdlvideosink</FILE>
|
|
|
|
GstSDLVideoSink
|
|
|
|
<TITLE>sdlvideosink</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstSDLVideoSinkClass
|
|
|
|
</SECTION>
|
|
|
|
|
2006-05-03 13:20:41 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-trm</FILE>
|
|
|
|
GstTRM
|
|
|
|
<TITLE>trm</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstTRMClass
|
|
|
|
</SECTION>
|
2006-08-23 08:52:50 +00:00
|
|
|
|
2006-09-02 18:49:01 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-videocrop</FILE>
|
|
|
|
GstVideoCrop
|
|
|
|
<TITLE>videocrop</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstVideoCropClass
|
|
|
|
</SECTION>
|
|
|
|
|
Added videosignal plugin with two plugins to analyse video frames.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-videosignal.xml:
* gst/videosignal/Makefile.am:
* gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
(gst_video_analyse_post_message), (gst_video_analyse_420),
(gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
(gst_video_analyse_get_property), (gst_video_analyse_base_init),
(gst_video_analyse_class_init), (gst_video_analyse_init),
(gst_video_analyse_get_type):
* gst/videosignal/gstvideoanalyse.h:
* gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
(gst_video_detect_post_message),
(gst_video_detect_calc_brightness), (gst_video_detect_420),
(gst_video_detect_transform_ip), (gst_video_detect_set_property),
(gst_video_detect_get_property), (gst_video_detect_base_init),
(gst_video_detect_class_init), (gst_video_detect_init),
(gst_video_detect_get_type):
* gst/videosignal/gstvideodetect.h:
* gst/videosignal/gstvideosignal.c: (plugin_init):
* gst/videosignal/gstvideosignal.h:
Added videosignal plugin with two plugins to analyse video frames.
Added videoanalyse to report about brightness and variance in video
frames.
Added videodetect to detect predefined patterns in a video signal.
2007-05-30 14:52:07 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-videoanalyse</FILE>
|
|
|
|
<TITLE>videoanalyse</TITLE>
|
|
|
|
GstVideoAnalyse
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstVideoAnalyseClass
|
|
|
|
GST_VIDEO_ANALYSE
|
|
|
|
GST_IS_VIDEO_ANALYSE
|
|
|
|
GST_TYPE_VIDEO_ANALYSE
|
|
|
|
gst_video_analyse_get_type
|
|
|
|
GST_VIDEO_ANALYSE_CLASS
|
|
|
|
GST_IS_VIDEO_ANALYSE_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>element-videodetect</FILE>
|
|
|
|
<TITLE>videodetect</TITLE>
|
|
|
|
GstVideoDetect
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstVideoDetectClass
|
|
|
|
GST_VIDEO_DETECT
|
|
|
|
GST_IS_VIDEO_DETECT
|
|
|
|
GST_TYPE_VIDEO_DETECT
|
|
|
|
gst_video_detect_get_type
|
|
|
|
GST_VIDEO_DETECT_CLASS
|
|
|
|
GST_IS_VIDEO_DETECT_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2007-06-01 14:36:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>element-videomark</FILE>
|
|
|
|
<TITLE>videomark</TITLE>
|
|
|
|
GstVideoMark
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GstVideoMarkClass
|
|
|
|
GST_VIDEO_MARK
|
|
|
|
GST_IS_VIDEO_MARK
|
|
|
|
GST_TYPE_VIDEO_MARK
|
|
|
|
gst_video_mark_get_type
|
|
|
|
GST_VIDEO_MARK_CLASS
|
|
|
|
GST_IS_VIDEO_MARK_CLASS
|
|
|
|
</SECTION>
|