summaryrefslogtreecommitdiff
path: root/gst/dvdlpcmdec
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-04-25 21:47:03 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-04-25 21:47:03 +0000
commit8c5e23f9cb27acf5d66953f50e8fe0c056e461d4 (patch)
treec98f2baab4b144d66bac7117ab06f9014f4854c0 /gst/dvdlpcmdec
parent230cf263e458f44876bd06b449b929f982b7fe34 (diff)
Define GstElementDetails as const and also static (when defined as global)
Original commit message from CVS: * ext/mad/gstid3tag.c: * ext/mad/gstmad.c: * gst/ac3parse/gstac3parse.c: * gst/dvdlpcmdec/gstdvdlpcmdec.c: * gst/synaesthesia/gstsynaesthesia.c: Define GstElementDetails as const and also static (when defined as global)
Diffstat (limited to 'gst/dvdlpcmdec')
-rw-r--r--gst/dvdlpcmdec/gstdvdlpcmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c
index 027a1405..f10337a8 100644
--- a/gst/dvdlpcmdec/gstdvdlpcmdec.c
+++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c
@@ -31,7 +31,7 @@ GST_DEBUG_CATEGORY_STATIC (dvdlpcm_debug);
#define GST_CAT_DEFAULT dvdlpcm_debug
/* elementfactory information */
-static GstElementDetails gst_dvdlpcmdec_details =
+static const GstElementDetails gst_dvdlpcmdec_details =
GST_ELEMENT_DETAILS ("DVD LPCM Audio decoder",
"Codec/Demuxer/Audio",
"Decode DVD LPCM frames into standard PCM audio",