summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 14:56:06 +0100
committerLuis de Bethencourt <luis.bg@samsung.com>2015-04-27 14:56:13 +0100
commitd45a1253b1606875e4642466d6915dc1806c157e (patch)
tree595d3a81530c56e438c2ac70b0eecd5e7c0a6be2 /gst/mpegdemux
parente765a9bb00083ec1259f3e5f88c145a1522d01b9 (diff)
downloadgstreamer-plugins-bad-d45a1253b1606875e4642466d6915dc1806c157e.tar.gz
mpegdemux: remove unused property enum item
The property enum item has been there since the origin of the element but it has never been used. Removing it.
Diffstat (limited to 'gst/mpegdemux')
-rw-r--r--gst/mpegdemux/gstmpegdemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c
index 5f9241337..ab9b36465 100644
--- a/gst/mpegdemux/gstmpegdemux.c
+++ b/gst/mpegdemux/gstmpegdemux.c
@@ -90,7 +90,6 @@ enum
enum
{
PROP_0,
- PROP_SYNC,
/* FILL ME */
};