diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-02-06 16:00:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-02-06 16:00:37 +0000 |
commit | 0492b93845927ee772be5e7e2131f94610a5a0a9 (patch) | |
tree | 4218f952b8ba9f96ba5fb50cac6a93f6dfdd3c7f /gst/modplug | |
parent | 0ef6b57d2f79a019438a51265c52221fb621365f (diff) | |
download | gst-plugins-bad-0492b93845927ee772be5e7e2131f94610a5a0a9.tar.gz gst-plugins-bad-0492b93845927ee772be5e7e2131f94610a5a0a9.tar.bz2 gst-plugins-bad-0492b93845927ee772be5e7e2131f94610a5a0a9.zip |
gst/modplug/gstmodplug.cc: Remove superfluous gst_caps_get_structure() call.
Original commit message from CVS:
* gst/modplug/gstmodplug.cc:
Remove superfluous gst_caps_get_structure() call.
Diffstat (limited to 'gst/modplug')
-rw-r--r-- | gst/modplug/gstmodplug.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index a4ae1486..d6f985df 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -464,7 +464,6 @@ gst_modplug_load_song (GstModPlug * modplug) /* negotiate srcpad caps */ othercaps = gst_pad_get_allowed_caps (modplug->srcpad); - structure = gst_caps_get_structure (othercaps, 0); newcaps = gst_caps_copy_nth (othercaps, 0); gst_caps_unref (othercaps); gst_pad_fixate_caps (modplug->srcpad, newcaps); |