Revert "aacparse: allow parsed frames on sink pad"
authorDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2011 21:53:44 +0000 (13:53 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2011 21:55:51 +0000 (13:55 -0800)
This reverts commit e49b89d5c5a1244fa0dcb8bb4996e38fb9bff9e5.

gst/audioparsers/gstaacparse.c

index fbdc165..09e3e71 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) { true, false}, " "mpegversion = (int) { 2, 4 };"));
+        "framed = (boolean) false, " "mpegversion = (int) { 2, 4 };"));
 
 GST_DEBUG_CATEGORY_STATIC (gst_aacparse_debug);
 #define GST_CAT_DEFAULT gst_aacparse_debug