diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-22 19:00:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-22 19:00:27 +0000 |
commit | a4614f19e69ea978d27a6b42694eede2c0422024 (patch) | |
tree | 35fda03280e92478120ba3f59174b90de01db196 /gst-libs/gst/media-info/media-info-priv.h | |
parent | bdc3e8c81b7be33a24c749093d9cbe647ef0d150 (diff) | |
download | gst-plugins-bad-a4614f19e69ea978d27a6b42694eede2c0422024.tar.gz gst-plugins-bad-a4614f19e69ea978d27a6b42694eede2c0422024.tar.bz2 gst-plugins-bad-a4614f19e69ea978d27a6b42694eede2c0422024.zip |
fix up media-info now reports format again metadata needs some rewriting
Original commit message from CVS:
fix up media-info
now reports format again
metadata needs some rewriting
Diffstat (limited to 'gst-libs/gst/media-info/media-info-priv.h')
-rw-r--r-- | gst-libs/gst/media-info/media-info-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/media-info/media-info-priv.h b/gst-libs/gst/media-info/media-info-priv.h index e7ae708f..84f6113f 100644 --- a/gst-libs/gst/media-info/media-info-priv.h +++ b/gst-libs/gst/media-info/media-info-priv.h @@ -77,6 +77,8 @@ struct GstMediaInfoPriv GstCaps *streaminfo; GstElement *decoder; /* will be != NULL during collection */ + GstElement *fakesink; /* so we can get caps from the + decoder sink pad */ gchar *source_element; /* type of element used as source */ GstElement *source; |