This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-13 21:01:14 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
6873d31fed
gstreamer
/
tests
/
init.c
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... Original commit message from CVS: Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling system, breaking pulled buffers. Check mail archives for more details.
2000-07-17 17:14:15 +00:00
#
include
<gst/gst.h>
int
main
(
int
argc
,
char
*
argv
[
]
)
{
gst_init
(
&
argc
,
&
argv
)
;
Added multiple caps to the pads Original commit message from CVS: Added multiple caps to the pads Extended the padfactory for the multiple caps GstCaps now have a name so that future manipulations on them can be done by name Updated the plugins for the new caps list
2000-12-31 16:12:48 +00:00
exit
(
0
)
;
Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... Original commit message from CVS: Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling system, breaking pulled buffers. Check mail archives for more details.
2000-07-17 17:14:15 +00:00
}
Reference in a new issue
Copy permalink