mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
a3d5d3a62b
Original commit message from CVS: Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) the system_encoder can now do video only system streams sanitized the colorspace and scaler api. added fast self modifying asm scaler. worked on the typefind stuff. added a cool media player (gstplay) it uses the typefinder to playback avi, mpeg1 (system and video) streams. It is also a testbed and a real app.
34 lines
955 B
C
34 lines
955 B
C
/*
|
|
* DO NOT EDIT THIS FILE - it is generated by Glade.
|
|
*/
|
|
|
|
#include <gnome.h>
|
|
|
|
/*
|
|
* Public Functions.
|
|
*/
|
|
|
|
/*
|
|
* This function returns a widget in a component created by Glade.
|
|
* Call it with the toplevel widget in the component (i.e. a window/dialog),
|
|
* or alternatively any widget in the component, and the name of the widget
|
|
* you want returned.
|
|
*/
|
|
GtkWidget* lookup_widget (GtkWidget *widget,
|
|
const gchar *widget_name);
|
|
|
|
/* get_widget() is deprecated. Use lookup_widget instead. */
|
|
#define get_widget lookup_widget
|
|
|
|
|
|
/*
|
|
* Private Functions.
|
|
*/
|
|
|
|
/* This is used to create the pixmaps in the interface. */
|
|
GtkWidget* create_pixmap (GtkWidget *widget,
|
|
const gchar *filename,
|
|
gboolean gnome_pixmap);
|
|
|
|
GdkImlibImage* create_image (const gchar *filename);
|
|
|