summaryrefslogtreecommitdiff
path: root/gst/playback/gstfactorylists.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-08-08 15:54:02 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-08-08 15:54:02 +0200
commit8cd1b5209b68944e1be56ca8bb69e46d4abb7a34 (patch)
treedc4f3a78b850c08cf1dc0edb263f0c0d2de2ef22 /gst/playback/gstfactorylists.c
parenta80c81e3abce9340f9bdb91759ba62ef89eae1ad (diff)
gst: Remove dead assignments and resulting unused variables
Diffstat (limited to 'gst/playback/gstfactorylists.c')
-rw-r--r--gst/playback/gstfactorylists.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/playback/gstfactorylists.c b/gst/playback/gstfactorylists.c
index 667beaf0f..70999275d 100644
--- a/gst/playback/gstfactorylists.c
+++ b/gst/playback/gstfactorylists.c
@@ -159,8 +159,7 @@ gst_factory_list_get_elements (GstFactoryListType type)
data.type = type;
/* get the feature list using the filter */
- list =
- gst_default_registry_feature_filter ((GstPluginFeatureFilter)
+ list = gst_default_registry_feature_filter ((GstPluginFeatureFilter)
element_filter, FALSE, &data);
/* convert to an array */