aacparse: allow parsed frames on sink pad
authorDavid Schleef <ds@schleef.org>
Thu, 24 Feb 2011 01:25:03 +0000 (17:25 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2011 04:00:41 +0000 (20:00 -0800)
gst/audioparsers/gstaacparse.c

index 09e3e71..fbdc165 100644 (file)
@@ -58,7 +58,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("audio/mpeg, "
-        "framed = (boolean) false, " "mpegversion = (int) { 2, 4 };"));
+        "framed = (boolean) { true, false}, " "mpegversion = (int) { 2, 4 };"));
 
 GST_DEBUG_CATEGORY_STATIC (gst_aacparse_debug);
 #define GST_CAT_DEFAULT gst_aacparse_debug