summaryrefslogtreecommitdiff
path: root/gst/mpegtsdemux/tsdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegtsdemux/tsdemux.h')
-rw-r--r--gst/mpegtsdemux/tsdemux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/mpegtsdemux/tsdemux.h b/gst/mpegtsdemux/tsdemux.h
index 603b593b6..f11c969bc 100644
--- a/gst/mpegtsdemux/tsdemux.h
+++ b/gst/mpegtsdemux/tsdemux.h
@@ -55,7 +55,8 @@ struct _GstTSDemux
/* the following vars must be protected with the OBJECT_LOCK as they can be
* accessed from the application thread and the streaming thread */
- guint program_number; /* Required program number (ignore:-1) */
+ gint requested_program_number; /* Required program number (ignore:-1) */
+ guint program_number;
gboolean emit_statistics;
/*< private >*/