[totem] backend: Nobody wants to know our backend name
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Nobody wants to know our backend name
- Date: Fri, 20 Apr 2012 11:36:13 +0000 (UTC)
commit 9e001a753bcad0947742508a76492f8cdcc8d524
Author: Bastien Nocera <hadess hadess net>
Date: Fri Apr 20 12:35:01 2012 +0100
backend: Nobody wants to know our backend name
So don't export it.
src/backend/bacon-video-widget-gst-0.10.c | 14 --------------
src/backend/bacon-video-widget.h | 2 --
2 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 30aa62c..d53e3f3 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -2814,20 +2814,6 @@ bacon_video_widget_get_property (GObject * object, guint property_id,
/* ============================================================= */
/**
- * bacon_video_widget_get_backend_name:
- * @bvw: a #BaconVideoWidget
- *
- * Returns the name string for @bvw. For the GStreamer backend, it is the output
- * of gst_version_string(). *
- * Return value: the backend's name; free with g_free()
- **/
-char *
-bacon_video_widget_get_backend_name (BaconVideoWidget * bvw)
-{
- return gst_version_string ();
-}
-
-/**
* bacon_video_widget_get_subtitle:
* @bvw: a #BaconVideoWidget
*
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 9504016..b98d8c6 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -142,8 +142,6 @@ GOptionGroup* bacon_video_widget_get_option_group (void);
GtkWidget *bacon_video_widget_new (GError **error);
-char *bacon_video_widget_get_backend_name (BaconVideoWidget *bvw);
-
/* Actions */
gboolean bacon_video_widget_open (BaconVideoWidget *bvw,
const char *mrl,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]