[rhythmbox] metadata: gst 1.0 audio_%d -> audio_%u



commit e8521269670e44a42efcfb454bce16159a6ef5cc
Author: Alban Browaeys <prahal yahoo com>
Date:   Sun Jul 22 15:54:26 2012 +0200

    metadata: gst 1.0 audio_%d -> audio_%u
    
    mp4mux's audio sink pad template is now named audio_%u.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690113

 metadata/rb-metadata-gst.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/metadata/rb-metadata-gst.c b/metadata/rb-metadata-gst.c
index 2e45c49..2ec620c 100644
--- a/metadata/rb-metadata-gst.c
+++ b/metadata/rb-metadata-gst.c
@@ -461,7 +461,7 @@ mp4_tagger (GstElement *pipeline, GstPad *srcpad, GstTagList *tags)
 		return NULL;
 
 	gst_bin_add (GST_BIN (pipeline), mux);
-	if (!link_named_pad (srcpad, mux, "audio_%d"))
+	if (!link_named_pad (srcpad, mux, "audio_%u"))
 		goto error;
 
 	gst_element_set_state (mux, GST_STATE_PAUSED);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]