[avsys] fix sink samplerate to 44.1kHz
authorSeungbae Shin <seungbae.shin@samsung.com>
Sat, 29 Jun 2013 09:59:45 +0000 (18:59 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Sat, 29 Jun 2013 09:59:45 +0000 (18:59 +0900)
avsystem/src/gstavsysaudiosink.c
packaging/gst-plugins-ext0.10.spec

index ea7b2df..bb591eb 100644 (file)
@@ -183,13 +183,13 @@ static GstStaticPadTemplate avsysaudiosink_sink_factory =
                                                                         "signed = (boolean) { TRUE }, "
                                                                         "width = (int) 16, "
                                                                         "depth = (int) 16, "
-                                                                        "rate = (int) [ 1, MAX ], "
+                                                                        "rate = (int) 44100, "
                                                                         "channels = (int) [ 1, 6 ]; "
                                                                         "audio/x-raw-int, "
                                                                         "signed = (boolean) { FALSE }, "
                                                                         "width = (int) 8, "
                                                                         "depth = (int) 8, "
-                                                                        "rate = (int) [ 1, MAX ], "
+                                                                        "rate = (int) 44100, "
                                                                         "channels = (int) [ 1, 6 ] "
                                                                 )
                                                         );
index f5e1fcb..ad7dbc6 100644 (file)
@@ -1,5 +1,5 @@
 Name:       gst-plugins-ext0.10
-Version:    0.3.2
+Version:    0.3.3
 Summary:    GStreamer extra plugins (common)
 Release:    0
 Group:      libs