baseaudiosink: Use g_str_equal() instead of strncmp()
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Sat, 14 May 2011 11:57:30 +0000 (17:27 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Sat, 14 May 2011 13:23:12 +0000 (18:53 +0530)
commit623e8781ab124ccaed9bc84f498a11511740f665
tree3ffe1e84faf782e2c379c53074b8f76608359eff
parent824e643ec927056a3383742f04305c899b4c4502
baseaudiosink: Use g_str_equal() instead of strncmp()

The strncmp is unnecessary anyway since one of the strings is a const
string.
gst-libs/gst/audio/gstringbuffer.c