diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-19 16:21:28 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-19 16:21:28 +0100 |
commit | 6eb167a17698506fc08f47594e133fa4e44afd3e (patch) | |
tree | 8a042362aa7f2c60cf5f39070a4d8c0cd713926a /gst/mpegvideoparse | |
parent | 29aa30d9a05bf6c408160de108f2486a0c08bd48 (diff) | |
download | gst-plugins-bad-6eb167a17698506fc08f47594e133fa4e44afd3e.tar.gz gst-plugins-bad-6eb167a17698506fc08f47594e133fa4e44afd3e.tar.bz2 gst-plugins-bad-6eb167a17698506fc08f47594e133fa4e44afd3e.zip |
Make build without warnings with debugging disabled
Diffstat (limited to 'gst/mpegvideoparse')
-rw-r--r-- | gst/mpegvideoparse/mpegvideoparse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mpegvideoparse/mpegvideoparse.c b/gst/mpegvideoparse/mpegvideoparse.c index 312b33f4..d0badbfc 100644 --- a/gst/mpegvideoparse/mpegvideoparse.c +++ b/gst/mpegvideoparse/mpegvideoparse.c @@ -278,6 +278,7 @@ mpegvideoparse_handle_sequence (MpegVideoParse * mpegvideoparse, return TRUE; } +#ifndef GST_DISABLE_GST_DEBUG static const gchar * picture_start_code_name (guint8 psc) { @@ -333,6 +334,7 @@ picture_type_name (guint8 pct) return "Reserved/Unknown"; } +#endif /* GST_DISABLE_GST_DEBUG */ static gboolean mpegvideoparse_handle_picture (MpegVideoParse * mpegvideoparse, GstBuffer * buf) |