[svn r703] Change dthe CAPS from x-nuv to GST_STATIC_CAPS_ANY. trunk
authorrosfran
Tue May 22 19:21:42 2007 +0100 (2007-05-22)
branchtrunk
changeset 697e323e95b88dd
parent 696 7afeec40ed62
child 698 9019388af980
[svn r703] Change dthe CAPS from x-nuv to GST_STATIC_CAPS_ANY.
gst-gmyth/mythsrc/gstmythtvsrc.c
     1.1 --- a/gst-gmyth/mythsrc/gstmythtvsrc.c	Tue May 22 19:14:37 2007 +0100
     1.2 +++ b/gst-gmyth/mythsrc/gstmythtvsrc.c	Tue May 22 19:21:42 2007 +0100
     1.3 @@ -117,7 +117,8 @@
     1.4  static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
     1.5      GST_PAD_SRC,
     1.6      GST_PAD_ALWAYS,
     1.7 -    GST_STATIC_CAPS ("video/x-nuv"));
     1.8 +    GST_STATIC_CAPS_ANY );
     1.9 +    /* GST_STATIC_CAPS ("video/x-nuv")); */
    1.10  
    1.11  enum
    1.12  {