[Bug 731704] New: APP_PLATFORM android-19 gst_caps_new_any wrong
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jun 15 23:38:51 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731704
GStreamer | gstreamer (core) | 1.x
Summary: APP_PLATFORM android-19 gst_caps_new_any wrong
Classification: Platform
Product: GStreamer
Version: 1.x
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: europe.lee at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Hi, I use appsrc, and need set caps for appsrc, but such below:
GstCaps * gany;
gany = gst_caps_new_any();
if (TRUE == gst_caps_is_any(gany))
{
g_print("any");
g_object_set(source, "caps", gany, NULL);
}
else
{
g_print("not any!");
}
//I use old version 0.10.36, gst_caps_is_any is true,
but use 1.x, gst_caps_is_any is false!
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list