1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.h Mon Dec 18 22:19:58 2006 +0000
1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h Tue Jan 23 22:25:01 2007 +0000
1.3 @@ -1,4 +1,3 @@
1.4 -/* vim: set sw=2: -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2; c-indent-level: 2 -*- */
1.5 /* GStreamer
1.6 * Copyright (C) <2006> Rosfran Borges <rosfran.borges@indt.org.br>
1.7 *
1.8 @@ -10,7 +9,12 @@
1.9 * This library is distributed in the hope that it will be useful,
1.10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.12 - * Library General Public License for more
1.13 + * Library General Public License for more details.
1.14 + *
1.15 + * You should have received a copy of the GNU Library General Public
1.16 + * License along with this library; if not, write to the
1.17 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1.18 + * Boston, MA 02111-1307, USA.
1.19 */
1.20
1.21 #ifndef __GST_MYTHTV_SRC_H__
1.22 @@ -77,7 +81,6 @@
1.23
1.24 gint64 read_offset;
1.25
1.26 - /* added by melunko (buffer cache) */
1.27 gint buffer_remain;
1.28
1.29 gboolean eos;
1.30 @@ -105,10 +108,16 @@
1.31
1.32 GByteArray *bytes_queue;
1.33
1.34 +#ifndef GST_DISABLE_GST_DEBUG
1.35 /* enable Myth TV debug messages */
1.36 gboolean mythtv_msgs_dbg;
1.37 +#endif
1.38
1.39 gboolean update_prog_chain;
1.40 +
1.41 + /* stablish a maximum iteration value to the IS_RECORDING message */
1.42 + guint wait_to_transfer;
1.43 +
1.44 };
1.45
1.46 struct _GstMythtvSrcClass {