diff -r b3cb9c7ec1a9 -r 01d60f80fa52 gst-plugins-mythtv/src/gstmythtvsrc.h --- a/gst-plugins-mythtv/src/gstmythtvsrc.h Mon Dec 18 22:19:58 2006 +0000 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h Wed Jan 24 21:52:23 2007 +0000 @@ -1,4 +1,3 @@ -/* vim: set sw=2: -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2; c-indent-level: 2 -*- */ /* GStreamer * Copyright (C) <2006> Rosfran Borges * @@ -10,7 +9,12 @@ * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifndef __GST_MYTHTV_SRC_H__ @@ -77,7 +81,6 @@ gint64 read_offset; - /* added by melunko (buffer cache) */ gint buffer_remain; gboolean eos; @@ -105,10 +108,16 @@ GByteArray *bytes_queue; +#ifndef GST_DISABLE_GST_DEBUG /* enable Myth TV debug messages */ gboolean mythtv_msgs_dbg; +#endif gboolean update_prog_chain; + + /* stablish a maximum iteration value to the IS_RECORDING message */ + guint wait_to_transfer; + }; struct _GstMythtvSrcClass {