00001 // -*- c++ -*- 00002 // Generated by gtkmmproc -- DO NOT MODIFY! 00003 #ifndef _GSTREAMERMM_FILTER_H 00004 #define _GSTREAMERMM_FILTER_H 00005 00006 00007 #include <glibmm.h> 00008 00009 // -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00010 00011 /* gstreamermm - a C++ wrapper for gstreamer 00012 * 00013 * Copyright 2008 The gstreamermm Development Team 00014 * 00015 * This library is free software; you can redistribute it and/or 00016 * modify it under the terms of the GNU Library General Public 00017 * License as published by the Free Software Foundation; either 00018 * version 2 of the License, or (at your option) any later version. 00019 * 00020 * This library is distributed in the hope that it will be useful, 00021 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00022 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00023 * Library General Public License for more details. 00024 * 00025 * You should have received a copy of the GNU Library General Public 00026 * License along with this library; if not, write to the Free 00027 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00028 */ 00029 00030 00031 namespace Gst 00032 { 00033 00036 class Filter 00037 { 00038 public: 00043 typedef sigc::slot<bool, const Glib::RefPtr<Glib::Object>& > SlotFilter; 00044 00057 static Glib::ListHandle< Glib::RefPtr<Glib::Object> > run(const Glib::ListHandle<Glib::RefPtr<Glib::Object> >& list, const SlotFilter& slot, bool first); 00058 }; 00059 00060 } // namespace Gst 00061 00062 00063 #endif /* _GSTREAMERMM_FILTER_H */ 00064