[rygel] rygel-playbin-renderer: Remove references to GstPlayBin2
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] rygel-playbin-renderer: Remove references to GstPlayBin2
- Date: Fri, 25 Jan 2013 15:29:44 +0000 (UTC)
commit fc6c505c0211bea8f431f847764efc5fa3d0a11a
Author: Javier JardÃn <javier jardon codethink co uk>
Date: Mon Jan 21 10:59:59 2013 +0000
rygel-playbin-renderer: Remove references to GstPlayBin2
GstPlayBin2 has been renamed to GstPlayBin in Gstreamer 1.0
https://bugzilla.gnome.org/show_bug.cgi?id=692189
.../rygel-playbin-renderer.vala | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/librygel-renderer-gst/rygel-playbin-renderer.vala b/src/librygel-renderer-gst/rygel-playbin-renderer.vala
index 451ff90..0bc335d 100644
--- a/src/librygel-renderer-gst/rygel-playbin-renderer.vala
+++ b/src/librygel-renderer-gst/rygel-playbin-renderer.vala
@@ -23,14 +23,14 @@ using Gee;
using GUPnP;
/**
- * An in-process UPnP renderer that uses a GStreamer Playbin2 element.
+ * An in-process UPnP renderer that uses a GStreamer Playbin element.
*
- * Using GstPlayBin2 as a model, it reflects any changes done externally, such as
+ * Using GstPlayBin as a model, it reflects any changes done externally, such as
* changing the currently played URI, volume, pause/play etc., to UPnP.
*
* Likewise, the playbin can be modified externally using UPnP.
*
- * You can retrieve the GstPlayBin2 by calling rygel_playbin_renderer_get_playbin().
+ * You can retrieve the GstPlayBin by calling rygel_playbin_renderer_get_playbin().
* You should then set the "video-sink" and "audio-sink" properties of the
* playbin.
*
@@ -44,8 +44,8 @@ public class Rygel.Playbin.Renderer : Rygel.MediaRenderer {
/**
* Create a new instance of Renderer.
*
- * Renderer will instantiate its own instance of GstPlayBin2.
- * The GstPlayBin2 can be accessed by using rygel_playbin_player_get_playbin().
+ * Renderer will instantiate its own instance of GstPlayBin.
+ * The GstPlayBin can be accessed by using rygel_playbin_player_get_playbin().
*
* @param title Friendly name of the new UPnP renderer on the network.
*/
@@ -55,10 +55,10 @@ public class Rygel.Playbin.Renderer : Rygel.MediaRenderer {
}
/**
- * Create a new instance of Renderer, wrapping an existing GstPlayBin2
+ * Create a new instance of Renderer, wrapping an existing GstPlayBin
* instance.
*
- * @param pipeline Instance of GstPlayBin2 to wrap.
+ * @param pipeline Instance of GstPlayBin to wrap.
* @param title Friendly name of the new UPnP renderer on the network.
*/
public Renderer.wrap (Gst.Element pipeline, string title) {
@@ -70,7 +70,7 @@ public class Rygel.Playbin.Renderer : Rygel.MediaRenderer {
}
/**
- * Get the GstPlaybin2 used by this Renderer.
+ * Get the GstPlayBin used by this Renderer.
*/
public Gst.Element? get_playbin () {
var player = Rygel.Playbin.Player.get_default ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]