summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/media-info/media-info-priv.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-22 19:00:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-22 19:00:27 +0000
commita4614f19e69ea978d27a6b42694eede2c0422024 (patch)
tree35fda03280e92478120ba3f59174b90de01db196 /gst-libs/gst/media-info/media-info-priv.h
parentbdc3e8c81b7be33a24c749093d9cbe647ef0d150 (diff)
downloadgst-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.h2
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;