gstreamer/gstplay
Wim Taymans b38d9a945b A rather large patch:
Original commit message from CVS:
A rather large patch:
- changed the API for the padtemplates:
- remove the factories (array of pointers) for the padtemplates,
properties and caps. The static array was a nice idea but converting
all the property values to a gpointer was not a good idea.
float properties were not possible, and casting a gint to a pointer
is not very portable. The new API just uses the _padtemplate_new,
_caps_new and _props_new functions to create the templates.
This has the added benefit that the API is now uniform for static
and dynamic templates and that the code can be made cleaner.
- lots of cleanups in the way the capabilities are constructed (va_list)
- lots of updates for all the plugins (new API)
- docs updates (new API)
- removed the videoraw docs.
2001-04-14 18:56:37 +00:00
..
pixmaps Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only ... 2000-06-25 21:38:00 +00:00
.gitignore gstplay now builds from build-directory, doesn't require a make install 2001-01-01 03:18:17 +00:00
callbacks.c Small change to load the .glade file from the current dir too when pressing the about menu item. 2001-04-01 14:09:39 +00:00
callbacks.h Misc fixes and cleanups 2000-10-30 21:02:08 +00:00
gstmediaplay.1 Added man pages. 2001-03-16 01:06:50 +00:00
gstmediaplay.c - backported the xml load bug in the properties 2001-02-10 14:46:37 +00:00
gstmediaplay.glade Small change to load the .glade file from the current dir too when pressing the about menu item. 2001-04-01 14:09:39 +00:00
gstmediaplay.h Fix for the new gnome libraries. It looks like glade does not like empty dockitems... 2000-11-08 19:53:48 +00:00
gstplay.c A rather large patch: 2001-04-14 18:56:37 +00:00
gstplay.h Merged the AUTOPLUG2 branch 2001-03-07 21:52:56 +00:00
gstplayprivate.h Lots of updates to the plugins for caps negotiation. 2001-04-12 18:11:19 +00:00
gststatusarea.c Fix for the new gnome libraries. It looks like glade does not like empty dockitems... 2000-11-08 19:53:48 +00:00
gststatusarea.h Fix for the new gnome libraries. It looks like glade does not like empty dockitems... 2000-11-08 19:53:48 +00:00
main.c Implemented some test cases... they all fail :-( 2000-12-22 16:14:33 +00:00
Makefile.am A rather large patch: 2001-04-14 18:56:37 +00:00
pause.xpm glade based gstplay version. 2000-08-14 10:16:23 +00:00
play.xpm glade based gstplay version. 2000-08-14 10:16:23 +00:00
stop.xpm glade based gstplay version. 2000-08-14 10:16:23 +00:00