Updated some test programs
Original commit message from CVS: Updated some test programs
This commit is contained in:
parent
fe6128b118
commit
2e6abf825a
@ -53,12 +53,6 @@ static GstCapsFactory raw2_sink_caps = {
|
||||
NULL
|
||||
};
|
||||
|
||||
static GstCapsListFactory mpg123_sinklist_caps =
|
||||
{
|
||||
&raw2_sink_caps,
|
||||
&raw2_sink_caps,
|
||||
NULL
|
||||
};
|
||||
|
||||
static GstCaps *sinkcaps = NULL,
|
||||
*rawcaps = NULL,
|
||||
|
@ -49,6 +49,11 @@ int main(int argc,char *argv[])
|
||||
if (i==3) {
|
||||
testprops = gst_props_merge (testprops,
|
||||
gst_props_new ("framed", GST_PROPS_BOOLEAN (TRUE),
|
||||
"mpegtest", GST_PROPS_BOOLEAN (FALSE),
|
||||
"hello", GST_PROPS_LIST (
|
||||
GST_PROPS_FOURCC_INT (0X5555),
|
||||
GST_PROPS_FOURCC_INT (0X6666)
|
||||
),
|
||||
NULL));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user