Hi, everyone
I got a raw h264 video clip from a IPCAM, now I want to mux it into mp4 file with the following gstreamer pipeline:

gst-launch -v filesrc location=stream.h264 ! h264parse ! mp4mux ! filesink location=ss.mp4

the gstreamer(ver 0.10.34) report : no property output-format in element h264parse0, isn't this property realy exist? How can I construct a pipeline to do my work.
Best regards