summaryrefslogtreecommitdiffstats
path: root/src/multimedia/gsttools_headers
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2015-11-20 16:20:51 +0100
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-11-20 16:21:38 +0100
commit7221ed82d292fc20007b0d1a7953efd28fff3d22 (patch)
treed3677f2cdc790e6585f3e414376a42b9fcc82657 /src/multimedia/gsttools_headers
parent4b25972f9b478677ad2ba816f9601117acde8f19 (diff)
parent5135ffaf2a9d6969f2a113041d8d336e397bc661 (diff)
Merge remote-tracking branch 'origin/5.5' into 5.6
Diffstat (limited to 'src/multimedia/gsttools_headers')
-rw-r--r--src/multimedia/gsttools_headers/qgstutils_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multimedia/gsttools_headers/qgstutils_p.h b/src/multimedia/gsttools_headers/qgstutils_p.h
index cf677c321..124805727 100644
--- a/src/multimedia/gsttools_headers/qgstutils_p.h
+++ b/src/multimedia/gsttools_headers/qgstutils_p.h
@@ -152,6 +152,7 @@ GstCaps *qt_gst_caps_normalize(GstCaps *caps);
const gchar *qt_gst_element_get_factory_name(GstElement *element);
gboolean qt_gst_caps_can_intersect(const GstCaps * caps1, const GstCaps * caps2);
GList *qt_gst_video_sinks();
+void qt_gst_util_double_to_fraction(gdouble src, gint *dest_n, gint *dest_d);
QDebug operator <<(QDebug debug, GstCaps *caps);