mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
Updated some test programs
Original commit message from CVS: Updated some test programs
This commit is contained in:
parent
fe6128b118
commit
2e6abf825a
2 changed files with 5 additions and 6 deletions
|
@ -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…
Reference in a new issue