From 571d51ac9267db96ee6ca069e64ea6d152ac4eae Mon Sep 17 00:00:00 2001 From: Zaheer Merali Date: Thu, 19 Feb 2009 11:36:45 +0000 Subject: mpegtsdemux: s/fluts/mpegts Change all definitions from fluts to mpegts. --- gst/mpegdemux/flutspatinfo.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gst/mpegdemux/flutspatinfo.h') diff --git a/gst/mpegdemux/flutspatinfo.h b/gst/mpegdemux/flutspatinfo.h index 3e93fac0..565454c5 100644 --- a/gst/mpegdemux/flutspatinfo.h +++ b/gst/mpegdemux/flutspatinfo.h @@ -50,22 +50,22 @@ G_BEGIN_DECLS typedef struct FluTsPatInfoClass { GObjectClass parent_class; -} FluTsPatInfoClass; +} MpegTsPatInfoClass; typedef struct FluTsPatInfo { GObject parent; guint16 pid; guint16 program_no; -} FluTsPatInfo; +} MpegTsPatInfo; -#define FLUTS_TYPE_PAT_INFO (fluts_pat_info_get_type ()) -#define FLUTS_IS_PAT_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), FLUTS_TYPE_PAT_INFO)) -#define FLUTS_PAT_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),FLUTS_TYPE_PAT_INFO, FluTsPatInfo)) +#define MPEGTS_TYPE_PAT_INFO (mpegts_pat_info_get_type ()) +#define MPEGTS_IS_PAT_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), MPEGTS_TYPE_PAT_INFO)) +#define MPEGTS_PAT_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),MPEGTS_TYPE_PAT_INFO, MpegTsPatInfo)) -GType fluts_pat_info_get_type (void); +GType mpegts_pat_info_get_type (void); -FluTsPatInfo *fluts_pat_info_new (guint16 program_no, guint16 pid); +MpegTsPatInfo *mpegts_pat_info_new (guint16 program_no, guint16 pid); G_END_DECLS -- cgit v1.2.1