summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-04 22:15:29 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-04 22:15:29 +0000
commitf4c0650d6357cd2e4eccc8e90ce1329d6588de2b (patch)
treef8efc9b729158ea7feb79b4a1f03129aada06fc5 /gst/avi/gstavidemux.h
parent040132b05382d33d3c167faa70fdc0a9e22eda63 (diff)
update to the g_object_notify() way of sending the app information this is untested, but should work
Original commit message from CVS: update to the g_object_notify() way of sending the app information this is untested, but should work
Diffstat (limited to 'gst/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 67a9333d..60a1acca 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -71,6 +71,8 @@ struct _GstAviDemux {
GstByteStream *bs;
+ gint frame_rate;
+
gst_riff_index_entry *index_entries;
gulong index_size;
gulong index_offset;