[gst-cvs] gst-plugins-bad: selector: remove not needed instance var (previous commit) .

Stefan Kost ensonic at kemper.freedesktop.org
Thu May 28 00:39:46 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: ff6bea9231efb825df35c2e148026b459e72699e
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=ff6bea9231efb825df35c2e148026b459e72699e

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Thu May 28 10:38:50 2009 +0300

selector: remove not needed instance var (previous commit).

---

 gst/selector/gstoutputselector.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gst/selector/gstoutputselector.h b/gst/selector/gstoutputselector.h
index 4347fd2..5389d47 100644
--- a/gst/selector/gstoutputselector.h
+++ b/gst/selector/gstoutputselector.h
@@ -42,7 +42,6 @@ struct _GstOutputSelector {
   GstElement element;
 
   GstPad *sinkpad;
-  GstPad *allocpad;
 
   GstPad *active_srcpad;
   GstPad *pending_srcpad;





More information about the Gstreamer-commits mailing list