aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-video-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* video-widget: Remove as it is now unusedOlivier Crête2012-05-091-513/+0
| | | | | | | It was only used by empathy-av. Move the #defines to call-window where they are used. https://bugzilla.gnome.org/show_bug.cgi?id=675647
* Use gst_object_ref_sink()Javier Jardón2012-05-081-1/+1
| | | | | | Instead call both gst_object_ref() and gst_object_sink() https://bugzilla.gnome.org/show_bug.cgi?id=675590
* Allocate GMutex on the stackGuillaume Desmottes2012-04-051-7/+7
| | | | | | g_mutex_new() has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* video-widget: don't set priv->sink_pad twiceGuillaume Desmottes2012-03-091-2/+0
| | | | | | The first value was never used and overrided a few lines below. https://bugzilla.gnome.org/show_bug.cgi?id=670745
* Stop using Farsight2 headersGert Kulyk2012-02-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670638
* Don't call GTK method from streaming threadNicolas Dufresne2011-11-081-4/+7
| | | | | Also update from deprecated gst_x_overlay_set_xwindow_id() to gst_x_overlay_set_window_handle().
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-251-0/+1
| | | | | They use deprecated API (g_mutex_new) but we still want to use it for now so they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.
* Call: flip video preview horizontallyEmilio Pozuelo Monfort2011-07-051-3/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639353
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-211-0/+487
And only build them for empathy-av, since they use farsight.