sbGStreamerPlatformGDK.h
Go to the documentation of this file.
1 /*
2 //
3 // BEGIN SONGBIRD GPL
4 //
5 // This file is part of the Songbird web player.
6 //
7 // Copyright(c) 2005-2008 POTI, Inc.
8 // http://songbirdnest.com
9 //
10 // This file may be licensed under the terms of of the
11 // GNU General Public License Version 2 (the "GPL").
12 //
13 // Software distributed under the License is distributed
14 // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
15 // express or implied. See the GPL for the specific language
16 // governing rights and limitations.
17 //
18 // You should have received a copy of the GPL along with this
19 // program. If not, go to http://www.gnu.org/licenses/gpl.html
20 // or write to the Free Software Foundation, Inc.,
21 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 //
23 // END SONGBIRD GPL
24 //
25 */
26 
27 #ifndef _SB_GSTREAMER_PLATFORM_GDK_H_
28 #define _SB_GSTREAMER_PLATFORM_GDK_H_
29 
30 #include <gst/gst.h>
31 #include <gst/interfaces/xoverlay.h>
32 
33 #include <gtk/gtkwindow.h>
34 #include <gdk/gdkx.h>
35 
38 #include "sbGStreamerMediacore.h"
39 
40 #include <nsIBoxObject.h>
41 
43 {
44 public:
46 
47  // Implementation of the rest of sbIGstPlatformInterface interface
48  GstElement * SetVideoSink (GstElement *aVideoSink);
49  GstElement * SetAudioSink (GstElement *aAudioSink);
50 
51 protected:
52  // Implement virtual methods in BasePlatformInterface
53  void MoveVideoWindow (int x, int y, int width, int height);
54  void SetXOverlayWindowID (GstXOverlay *aXOverlay);
55  void FullScreen();
56  void UnFullScreen();
57  nsresult SetVideoBox (nsIBoxObject *aBoxObject, nsIWidget *aWidget);
58 
59 private:
60  // Callback for GDK events.
61  static GdkFilterReturn gdk_event_filter(GdkXEvent *gdk_xevent,
62  GdkEvent *event, gpointer data);
63 
64  // Set the cursor for the video window to an invisible cursor
65  void SetInvisibleCursor();
66  // Set the cursor for the video window to the default cursor
67  void SetDefaultCursor();
68 
69  GdkWindow* mWindow; // Our video window
70  GdkWindow* mParentWindow; // Our parent (XUL) window
71  GdkWindow* mFullscreenWindow; // Fullscreen window (if we're fullscreen) that
72  // we reparent our video window to, or NULL.
73  XID mWindowXID; // XID for the actual X window underlying the
74  // mWindow object.
75 };
76 
77 #endif // _SB_GSTREAMER_PLATFORM_GDK_H_
GstElement * SetAudioSink(GstElement *aAudioSink)
GDKPlatformInterface(sbGStreamerMediacore *aCore)
var event
function width(ele) rect(ele).width
_updateDatepicker height
observe data
Definition: FeedWriter.js:1329
void SetXOverlayWindowID(GstXOverlay *aXOverlay)
nsresult SetVideoBox(nsIBoxObject *aBoxObject, nsIWidget *aWidget)
GstElement * SetVideoSink(GstElement *aVideoSink)
void MoveVideoWindow(int x, int y, int width, int height)