aboutsummaryrefslogtreecommitdiff
path: root/gst/realmedia/rademux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/realmedia/rademux.h')
-rw-r--r--gst/realmedia/rademux.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst/realmedia/rademux.h b/gst/realmedia/rademux.h
index 6dab9c0..8392d15 100644
--- a/gst/realmedia/rademux.h
+++ b/gst/realmedia/rademux.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.
*/
#ifndef __GST_REAL_AUDIO_DEMUX_H__
@@ -51,6 +51,9 @@ struct _GstRealAudioDemux {
GstPad *sinkpad;
GstPad *srcpad;
+
+ gboolean have_group_id;
+ guint group_id;
GstAdapter *adapter;
GstRealAudioDemuxState state;