summaryrefslogtreecommitdiff
path: root/gst/playback/gstplaysinkconvertbin.h
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2011-10-17 17:54:27 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-03 09:58:03 +0100
commitb34dac9a8737eb5b9e16e86ba2553c9758990e3a (patch)
tree6d7049abf403d0ee81425abd774e604ffed0e7b5 /gst/playback/gstplaysinkconvertbin.h
parent6925c02bc23091a250bfbf2aba68e469b9cf2e4e (diff)
playsink: cache inner converter bin caps
https://bugzilla.gnome.org/show_bug.cgi?id=661262
Diffstat (limited to 'gst/playback/gstplaysinkconvertbin.h')
-rw-r--r--gst/playback/gstplaysinkconvertbin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/playback/gstplaysinkconvertbin.h b/gst/playback/gstplaysinkconvertbin.h
index 266565197..7fac18d4f 100644
--- a/gst/playback/gstplaysinkconvertbin.h
+++ b/gst/playback/gstplaysinkconvertbin.h
@@ -74,6 +74,8 @@ struct _GstPlaySinkConvertBin
GList *conversion_elements;
GstElement *identity;
+ GstCaps *converter_caps;
+
/* configuration for derived classes */
gboolean audio;
gboolean (*add_conversion_elements)(GstPlaySinkConvertBin *);