aboutsummaryrefslogtreecommitdiff
path: root/gst/realmedia/rmdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/realmedia/rmdemux.h')
-rw-r--r--gst/realmedia/rmdemux.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst/realmedia/rmdemux.h b/gst/realmedia/rmdemux.h
index 99cbbe0..25e40bb 100644
--- a/gst/realmedia/rmdemux.h
+++ b/gst/realmedia/rmdemux.h
@@ -13,8 +13,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
@@ -82,6 +82,9 @@ struct _GstRMDemux {
/* pads */
GstPad *sinkpad;
+ gboolean have_group_id;
+ guint group_id;
+
GSList *streams;
guint n_video_streams;
guint n_audio_streams;