Searched refs:icyMetaInt (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp748 gint64 icyMetaInt = g_ascii_strtoll(value.utf8().data(), &endptr, 10); local
750 if (endptr && *endptr == '\0' && icyMetaInt > 0) {
751 GstCaps* caps = gst_caps_new_simple("application/x-icy", "metadata-interval", G_TYPE_INT, (gint) icyMetaInt, NULL);

Completed in 62 milliseconds