diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2011-10-17 17:54:27 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-11-03 09:58:03 +0100 |
commit | b34dac9a8737eb5b9e16e86ba2553c9758990e3a (patch) | |
tree | 6d7049abf403d0ee81425abd774e604ffed0e7b5 /gst/playback/gstplaysinkconvertbin.h | |
parent | 6925c02bc23091a250bfbf2aba68e469b9cf2e4e (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.h | 2 |
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 *); |