summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:47:44 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:47:44 +0100
commit08d20e4da88fec9773e5f1eff2ff3df3ff2b81ef (patch)
treeffdebb355494d85afba3f27fce38503bb3909725 /gst
parentd0eaf1ea80ed02022ab902a958c154774f81f4ed (diff)
Use new gst_element_class_set_static_metadata()
Diffstat (limited to 'gst')
-rw-r--r--gst/asfdemux/gstasfdemux.c2
-rw-r--r--gst/asfdemux/gstrtpasfdepay.c2
-rw-r--r--gst/asfdemux/gstrtspwms.c2
-rw-r--r--gst/dvdlpcmdec/gstdvdlpcmdec.c4
-rw-r--r--gst/dvdsub/gstdvdsubdec.c2
-rw-r--r--gst/dvdsub/gstdvdsubparse.c5
-rw-r--r--gst/realmedia/pnmsrc.c4
-rw-r--r--gst/realmedia/rademux.c2
-rw-r--r--gst/realmedia/rdtdepay.c2
-rw-r--r--gst/realmedia/rdtmanager.c2
-rw-r--r--gst/realmedia/rmdemux.c2
-rw-r--r--gst/realmedia/rtspreal.c2
-rw-r--r--gst/synaesthesia/gstsynaesthesia.c2
-rw-r--r--gst/xingmux/gstxingmux.c2
14 files changed, 18 insertions, 17 deletions
diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c
index 6985fc6d..ddc2768b 100644
--- a/gst/asfdemux/gstasfdemux.c
+++ b/gst/asfdemux/gstasfdemux.c
@@ -121,7 +121,7 @@ gst_asf_demux_class_init (GstASFDemuxClass * klass)
gstelement_class = (GstElementClass *) klass;
- gst_element_class_set_details_simple (gstelement_class, "ASF Demuxer",
+ gst_element_class_set_static_metadata (gstelement_class, "ASF Demuxer",
"Codec/Demuxer",
"Demultiplexes ASF Streams", "Owen Fraser-Green <owen@discobabe.net>");
diff --git a/gst/asfdemux/gstrtpasfdepay.c b/gst/asfdemux/gstrtpasfdepay.c
index cda31579..52d57d3a 100644
--- a/gst/asfdemux/gstrtpasfdepay.c
+++ b/gst/asfdemux/gstrtpasfdepay.c
@@ -80,7 +80,7 @@ gst_rtp_asf_depay_class_init (GstRtpAsfDepayClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&sink_factory));
- gst_element_class_set_details_simple (gstelement_class,
+ gst_element_class_set_static_metadata (gstelement_class,
"RTP ASF packet depayloader", "Codec/Depayloader/Network",
"Extracts ASF streams from RTP",
"Tim-Philipp Müller <tim centricular net>, "
diff --git a/gst/asfdemux/gstrtspwms.c b/gst/asfdemux/gstrtspwms.c
index 0a02ae9e..57c541df 100644
--- a/gst/asfdemux/gstrtspwms.c
+++ b/gst/asfdemux/gstrtspwms.c
@@ -214,7 +214,7 @@ gst_rtsp_wms_class_init (GstRTSPWMSClass * g_class)
GST_DEBUG_CATEGORY_INIT (rtspwms_debug, "rtspwms", 0, "WMS RTSP extension");
- gst_element_class_set_details_simple (element_class, "WMS RTSP Extension",
+ gst_element_class_set_static_metadata (element_class, "WMS RTSP Extension",
"Network/Extension/Protocol",
"Extends RTSP so that it can handle WMS setup",
"Wim Taymans <wim.taymans@gmail.com>");
diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c
index ce75fefa..b46d5122 100644
--- a/gst/dvdlpcmdec/gstdvdlpcmdec.c
+++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c
@@ -120,8 +120,8 @@ gst_dvdlpcmdec_base_init (gpointer g_class)
gst_static_pad_template_get (&gst_dvdlpcmdec_sink_template));
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_dvdlpcmdec_src_template));
- gst_element_class_set_details_simple (element_class, "DVD LPCM Audio decoder",
- "Codec/Decoder/Audio",
+ gst_element_class_set_static_metadata (element_class,
+ "DVD LPCM Audio decoder", "Codec/Decoder/Audio",
"Decode DVD LPCM frames into standard PCM audio",
"Jan Schmidt <jan@noraisin.net>, Michael Smith <msmith@fluendo.com>");
}
diff --git a/gst/dvdsub/gstdvdsubdec.c b/gst/dvdsub/gstdvdsubdec.c
index 91e536a7..90543b15 100644
--- a/gst/dvdsub/gstdvdsubdec.c
+++ b/gst/dvdsub/gstdvdsubdec.c
@@ -116,7 +116,7 @@ gst_dvd_sub_dec_class_init (GstDvdSubDecClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&subtitle_template));
- gst_element_class_set_details_simple (gstelement_class,
+ gst_element_class_set_static_metadata (gstelement_class,
"DVD subtitle decoder", "Codec/Decoder/Video",
"Decodes DVD subtitles into AYUV video frames",
"Wim Taymans <wim.taymans@gmail.com>, "
diff --git a/gst/dvdsub/gstdvdsubparse.c b/gst/dvdsub/gstdvdsubparse.c
index 98716399..942bce6e 100644
--- a/gst/dvdsub/gstdvdsubparse.c
+++ b/gst/dvdsub/gstdvdsubparse.c
@@ -77,8 +77,9 @@ gst_dvd_sub_parse_class_init (GstDvdSubParseClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&sink_template));
- gst_element_class_set_details_simple (gstelement_class, "DVD subtitle parser",
- "Codec/Parser/Subtitle", "Parses and packetizes DVD subtitle streams",
+ gst_element_class_set_static_metadata (gstelement_class,
+ "DVD subtitle parser", "Codec/Parser/Subtitle",
+ "Parses and packetizes DVD subtitle streams",
"Mark Nauwelaerts <mnauw@users.sourceforge.net>");
}
diff --git a/gst/realmedia/pnmsrc.c b/gst/realmedia/pnmsrc.c
index a1651339..cac511df 100644
--- a/gst/realmedia/pnmsrc.c
+++ b/gst/realmedia/pnmsrc.c
@@ -94,8 +94,8 @@ gst_pnm_src_class_init (GstPNMSrcClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&gst_pnm_src_template));
- gst_element_class_set_details_simple (gstelement_class, "PNM packet receiver",
- "Source/Network",
+ gst_element_class_set_static_metadata (gstelement_class,
+ "PNM packet receiver", "Source/Network",
"Receive data over the network via PNM",
"Wim Taymans <wim.taymans@gmail.com>");
diff --git a/gst/realmedia/rademux.c b/gst/realmedia/rademux.c
index f6a67454..fb13309d 100644
--- a/gst/realmedia/rademux.c
+++ b/gst/realmedia/rademux.c
@@ -103,7 +103,7 @@ gst_real_audio_demux_class_init (GstRealAudioDemuxClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&src_template));
- gst_element_class_set_details_simple (gstelement_class, "RealAudio Demuxer",
+ gst_element_class_set_static_metadata (gstelement_class, "RealAudio Demuxer",
"Codec/Demuxer",
"Demultiplex a RealAudio file",
"Tim-Philipp Müller <tim centricular net>");
diff --git a/gst/realmedia/rdtdepay.c b/gst/realmedia/rdtdepay.c
index 7277cabb..89d9e25f 100644
--- a/gst/realmedia/rdtdepay.c
+++ b/gst/realmedia/rdtdepay.c
@@ -97,7 +97,7 @@ gst_rdt_depay_class_init (GstRDTDepayClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&gst_rdt_depay_sink_template));
- gst_element_class_set_details_simple (gstelement_class, "RDT packet parser",
+ gst_element_class_set_static_metadata (gstelement_class, "RDT packet parser",
"Codec/Depayloader/Network",
"Extracts RealMedia from RDT packets",
"Lutz Mueller <lutz at topfrose dot de>, "
diff --git a/gst/realmedia/rdtmanager.c b/gst/realmedia/rdtmanager.c
index bb37a067..244c0cbf 100644
--- a/gst/realmedia/rdtmanager.c
+++ b/gst/realmedia/rdtmanager.c
@@ -499,7 +499,7 @@ gst_rdt_manager_class_init (GstRDTManagerClass * g_class)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&gst_rdt_manager_rtcp_src_template));
- gst_element_class_set_details_simple (gstelement_class, "RTP Decoder",
+ gst_element_class_set_static_metadata (gstelement_class, "RTP Decoder",
"Codec/Parser/Network",
"Accepts raw RTP and RTCP packets and sends them forward",
"Wim Taymans <wim@fluendo.com>");
diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c
index 8d51ba97..b57318dd 100644
--- a/gst/realmedia/rmdemux.c
+++ b/gst/realmedia/rmdemux.c
@@ -204,7 +204,7 @@ gst_rmdemux_base_init (GstRMDemuxClass * klass)
gst_static_pad_template_get (&gst_rmdemux_videosrc_template));
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_rmdemux_audiosrc_template));
- gst_element_class_set_details_simple (element_class, "RealMedia Demuxer",
+ gst_element_class_set_static_metadata (element_class, "RealMedia Demuxer",
"Codec/Demuxer",
"Demultiplex a RealMedia file into audio and video streams",
"David Schleef <ds@schleef.org>");
diff --git a/gst/realmedia/rtspreal.c b/gst/realmedia/rtspreal.c
index 091f73cb..3c99ad5b 100644
--- a/gst/realmedia/rtspreal.c
+++ b/gst/realmedia/rtspreal.c
@@ -675,7 +675,7 @@ gst_rtsp_real_class_init (GstRTSPRealClass * g_class)
gobject_class->finalize = gst_rtsp_real_finalize;
- gst_element_class_set_details_simple (gstelement_class,
+ gst_element_class_set_static_metadata (gstelement_class,
"RealMedia RTSP Extension", "Network/Extension/Protocol",
"Extends RTSP so that it can handle RealMedia setup",
"Wim Taymans <wim.taymans@gmail.com>");
diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c
index b6da1bcb..d31847fb 100644
--- a/gst/synaesthesia/gstsynaesthesia.c
+++ b/gst/synaesthesia/gstsynaesthesia.c
@@ -98,7 +98,7 @@ gst_synaesthesia_class_init (GstSynaesthesiaClass * klass)
gstelement_class->change_state =
GST_DEBUG_FUNCPTR (gst_synaesthesia_change_state);
- gst_element_class_set_details_simple (gstelement_class, "Synaesthesia",
+ gst_element_class_set_static_metadata (gstelement_class, "Synaesthesia",
"Visualization",
"Creates video visualizations of audio input, using stereo and pitch information",
"Richard Boulton <richard@tartarus.org>");
diff --git a/gst/xingmux/gstxingmux.c b/gst/xingmux/gstxingmux.c
index 42410bb1..8e7ff58f 100644
--- a/gst/xingmux/gstxingmux.c
+++ b/gst/xingmux/gstxingmux.c
@@ -418,7 +418,7 @@ gst_xing_mux_class_init (GstXingMuxClass * klass)
GST_DEBUG_CATEGORY_INIT (xing_mux_debug, "xingmux", 0, "Xing Header Muxer");
- gst_element_class_set_details_simple (gstelement_class, "MP3 Xing muxer",
+ gst_element_class_set_static_metadata (gstelement_class, "MP3 Xing muxer",
"Formatter/Metadata",
"Adds a Xing header to the beginning of a VBR MP3 file",
"Christophe Fergeau <teuf@gnome.org>");